예제 #1
0
 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
 public function __construct()
 {
     parent::__construct();
     $this->userTable = new Cms_User_Table_User();
 }
예제 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->peopleTable = new Demo_People_Table_People();
 }