[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 <?php 2 3 if ( !class_exists( 'testclass1' ) ) 4 { 5 class TestClass1 6 { 7 } 8 } 9 10 if ( !class_exists( 'testclass2' ) ) 11 { 12 class TestClass2 13 { 14 } 15 } 16 17 $object1 = new TestClass1(); 18 $object2 = new TestClass2(); 19 20 $tpl->setVariable( 'object1', $object1 ); 21 $tpl->setVariable( 'object2', $object2 ); 22 23 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 10:30:04 2007 | par Balluche grâce à PHPXref 0.7 |