[ Index ]
 

Code source de PRADO 3.0.6

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/framework/Web/UI/WebControls/ -> TStatements.php (sommaire)

TStatements class file

Author: Qiang Xue <qiang.xue@gmail.com>
Copyright: Copyright © 2005 PradoSoft
License: http://www.pradosoft.com/license/
Version: $Id: TStatements.php 1397 2006-09-07 07:55:53Z wei $
Poids: 64 lignes (2 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

TStatements:: (3 méthodes):
  getStatements()
  setStatements()
  render()


Classe: TStatements  - X-Ref

TStatements class

TStatements executes one or several PHP statements and renders the display
generated during the execution. The execution happens during the rendering stage.
The PHP statements being executed can be set via the property
{@link setStatements Statements}. The context of the statemenets executed
is the TStatements object itself.

Note, since TStatements allows execution of arbitrary PHP statements,
make sure {@link setStatements Statements} does not come directly from user input.

getStatements()   X-Ref

return: string the statements to be executed

setStatements($value)   X-Ref

param: string the PHP statements to be executed

render($writer)   X-Ref
Renders the evaluation result of the statements.

param: THtmlWriter the writer used for the rendering purpose



Généré le : Sun Feb 25 21:07:04 2007 par Balluche grâce à PHPXref 0.7