]> git.llucax.com Git - mecon/meconlib.git/blob - test/Marco/prueba/www/sarasa1.php
Se cambia a la nueva estructura de directorios a Marco.
[mecon/meconlib.git] / test / Marco / 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 ?>