Exemplo n.º 1
0
 function __construct()
 {
     parent::__construct();
 }
Exemplo n.º 2
0
 function __construct($manifest)
 {
     parent::__construct($manifest);
     //		$path = realpath(dirname(__FILE__)) . DIRECTORY_SEPARATOR;
     //
     //		DevblocksPlatform::registerClasses($path. 'api/DAO.php', array(
     //		    'DAO_Faq'
     //		));
 }