[ Index ] |
|
Code source de PRADO 3.0.6 |
1 <?php 2 3 class Home extends TPage 4 { 5 public function onInit($param) 6 { 7 parent::onInit($param); 8 $label=new TLabel; 9 $label->Text='dynamic'; 10 $label->BackColor='silver'; 11 $this->PlaceHolder1->Controls[]=$label; 12 $this->PlaceHolder1->Controls[]=' content'; 13 } 14 } 15 16 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 21:07:04 2007 | par Balluche grâce à PHPXref 0.7 |