Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Prado
Data
SqlMap
Configuration
TSimpleDynamicParser
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'.