PHP 클래스 Prado\Data\SqlMap\Configuration\TSimpleDynamicParser

부터: 3.1
파일 보기 프로젝트 열기: pradosoft/prado 1 사용 예제들

공개 메소드들

메소드 설명
parse ( $sqlText ) : array Parse the sql text for dynamic place holders of the form $name$.

메소드 상세

parse() 공개 메소드

Parse the sql text for dynamic place holders of the form $name$.
public parse ( $sqlText ) : array
리턴 array name value pairs 'sql' and 'parameters'.