root/examples/Fatorial/fatorial_external.php

User picture

Author: blaine

Revision: 262 («Previous)


File Size: 242 Bytes

(May 01, 2009 19:50 UTC) About 3 years ago

begin of the change to make possible to use the code to diagram by a external link. still has a problem with the public external css link to be solved.

 
Show/hide line numbers
<?php
/**
 * @package examples
 * @subpackage Fatorial
 */

/**
 *
 * @author Thiago Henrique Ramos da Mata <thiago.henrique.mata@gmail.com>
 * 
 */

require_once("external.php");

require_once( "Fatorial.php" );

print Fatorial::play(3);

?>