예제 #1
0
파일: user.php 프로젝트: alex-ch/test
 protected function taskList()
 {
     $smarty = Application::getSmarty();
     $user_session = Application::getUserSession();
     $smarty->assign('logged_user_id', $user_session->getUserID());
     return parent::taskList();
 }
예제 #2
0
파일: ocs_order.php 프로젝트: alex-ch/test
 protected function beforeListLoad(&$load_params)
 {
     parent::beforeListLoad($load_params);
     $this->filter->set_params($load_params);
 }