* adjust the tdo feature.

This commit is contained in:
wangchunsheng
2010-04-12 15:32:38 +00:00
parent 2ea54b48c8
commit c104ed9bfb
7 changed files with 81 additions and 30 deletions

View File

@@ -41,6 +41,8 @@ class user extends control
/* <20>û<EFBFBD><C3BB><EFBFBD>todo<64>б<EFBFBD><D0B1><EFBFBD>*/
public function todo($account, $type = 'today', $status = 'all')
{
$this->session->set('todoList', $this->app->getURI(true));
/* <20><><EFBFBD><EFBFBD>todo model<65><6C>*/
$this->loadModel('todo');
$this->lang->set('menugroup.user', 'company');