|
eZ Publish
[trunk]
|
Executes php scripts with parameters safely. More...
Public Member Functions | |
| runFile ($Params, $file, $params_as_var) | |
Static Public Member Functions | |
| static | instance () |
| Returns a shared instance of the eZProcess class. | |
| static | run ($file, $Params=array(), $params_as_var=false) |
Executes php scripts with parameters safely.
Definition at line 17 of file ezprocess.php.
| static eZProcess::instance | ( | ) | [static] |
Returns a shared instance of the eZProcess class.
Definition at line 64 of file ezprocess.php.
Referenced by run().
| static eZProcess::run | ( | $ | file, |
| $ | Params = array(), |
||
| $ | params_as_var = false |
||
| ) | [static] |
Definition at line 19 of file ezprocess.php.
| eZProcess::runFile | ( | $ | Params, |
| $ | file, | ||
| $ | params_as_var | ||
| ) |
Helper function, executes the file.
Definition at line 27 of file ezprocess.php.