]> git.llucax.com Git - mecon/meconlib.git/blob - marco/test/prueba/www/sarasa1.php
Se sigue mejorando el Renderer. Ya es funcional.
[mecon/meconlib.git] / marco / test / prueba / www / sarasa1.php
1 <?php
2     $MARCO = new Marco ('prueba');
3     $MARCO->addBody('<b>ESTO ES EL NIETO</b>');
4     $MARCO->addBody('<b>ESTO ES EL NIETO</b>');
5     $MARCO->addBody('<b>ESTO ES EL NIETO</b>');
6     $MARCO->addBody('<b>ESTO ES EL NIETO</b>');
7     $MARCO->addBody('<b>ESTO ES EL NIETO</b>');
8     $MARCO->addBody('<b>ESTO ES EL NIETO</b>');
9     $MARCO->addBody('<b>ESTO ES EL NIETO</b>');
10     $MARCO->addBody('<b>ESTO ES EL NIETO</b>');
11     $MARCO->display();
12 ?>