コード例 #1
0
ファイル: Controller.php プロジェクト: jaredquinn/phpTinyFW
 public function __construct()
 {
     parent::__construct();
     Framework_View::getInstance()->addStyleSheet('/css/demo/facebook.css');
     Framework_View::getInstance()->addScript('/js/jquery-1.3.2.min.js');
 }
コード例 #2
0
ファイル: Controller.php プロジェクト: jaredquinn/phpTinyFW
 public function __construct()
 {
     parent::__construct();
     $this->userTable = new Cms_User_Table_User();
 }
コード例 #3
0
ファイル: Controller.php プロジェクト: jaredquinn/phpTinyFW
 public function __construct()
 {
     parent::__construct();
     $this->peopleTable = new Demo_People_Table_People();
 }