diff --git a/public/dummy.php b/public/dummy.php new file mode 100644 index 0000000..31c6b46 --- /dev/null +++ b/public/dummy.php @@ -0,0 +1,14 @@ +Site1.debian-07.formation.dev + + * @license Proprio http://monsite.com/license + * @version Release 1 (2012-03-28) + * + * @param unknown_type $test + */ + +/** + * Classe qui ne sert à rien + * @category Application + * @package Main + * @copyright Moi 2012 + * @author Moi + * @license Proprio http://monsite.com/license + * @version Release 1 (2012-03-28) + * + * @param unknown_type $test + */ +class Main +{ + + /** + * Fonction qui renvoiie l'inverse de son + * paramètre + * @param boolean $test + * @return boolean + */ + function test ($test = false) + { + return !$test; + } +} diff --git a/public/test1.php b/public/test1.php new file mode 100644 index 0000000..e7c9c91 --- /dev/null +++ b/public/test1.php @@ -0,0 +1,6 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file