[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?php 2 require_once(GALAXIA_LIBRARY.SEP.'src'.SEP.'common'.SEP.'Base.php'); 3 //!! Abstract class representing the base of the API 4 //! An abstract class representing the API base 5 /*! 6 This class is derived by all the API classes so they get the 7 database connection, database methods and the Observable interface. 8 */ 9 class BaseManager extends Base { 10 11 // Constructor receiving an ADODB database object. 12 function BaseManager(&$db) 13 { 14 $this->child_name = 'BaseManager'; 15 parent::Base($db); 16 } 17 18 } //end of class 19 20 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |