PHP Class Prado\Data\SqlMap\Configuration\TSimpleDynamicParser

Since: 3.1
Show file Open project: pradosoft/prado Class Usage Examples

Public Methods

Method Description
parse ( $sqlText ) : array Parse the sql text for dynamic place holders of the form $name$.

Method Details

parse() public method

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