[ Index ] |
|
Code source de Symfony 1.0.0 |
1 <?php 2 if (in_array($column->getColumn()->getPropelType(), array('VARCHAR', 'LONGVARCHAR', 'DATE', 'DATETIME','CHAR'))) { 3 print "'" . mysql_escape_string($column->getValue()) . "'"; 4 } else { 5 print $column->getValue(); 6 } 7 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |