[ Index ]
 

Code source de PRADO 3.0.6

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/demos/personal/ -> index.php (source)

   1  <?php
   2  
   3  $basePath=dirname(__FILE__);
   4  $frameworkPath=$basePath.'/../../framework/prado.php';
   5  $assetsPath=$basePath.'/assets';
   6  
   7  if(!is_writable($assetsPath))
   8      die("Please make sure that the directory $assetsPath is writable by Web server process.");
   9  
  10  require_once($frameworkPath);
  11  
  12  $application=new TApplication;
  13  $application->run();
  14  
  15  ?>


Généré le : Sun Feb 25 21:07:04 2007 par Balluche grâce à PHPXref 0.7