[ Index ] |
|
Code source de LifeType 1.2.4 |
1 <?php 2 3 /** 4 5 \mainpage 6 7 <b>Welcome to the LifeType API!</b> 8 9 <p>This is the starting point of the LifeType API. The API provides an a group of classes that go from 10 database abstraction and data representation to templating and data validation.</p> 11 <p>This documentation is not an in-depth introduction to the LifeType API but instead it should only be used 12 as a reference when developing plugins or customizing LifeType. Additionally, the most recent version of this 13 documentation can be found at http://www.lifetype.net/api 14 */ 15 16 /** 17 * This file provides all the code needed for bootstraping an application 18 * based on the LT framework such as setting error handles, loading base 19 * classes, etc 20 */ 21 22 // load our custom lt_include method to speed up the inclusion of files 23 include ( PLOG_CLASS_PATH."class/object/loader.class.php" ); 24 25 // load the Exception class and set the needed error handlers for PHP 4.x 26 if(PHP_VERSION < 5) 27 lt_include( PLOG_CLASS_PATH."class/object/exception.class.php" ); 28 29 // for performance logging purposes 30 lt_include( PLOG_CLASS_PATH."class/misc/info.class.php" ); 31 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 21:04:15 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |