* adjust the comment.

This commit is contained in:
chencongzhi520@gmail.com
2012-05-14 03:21:09 +00:00
parent 8892a241c8
commit 3873257171
3 changed files with 10 additions and 3 deletions
+5 -2
View File
@@ -109,9 +109,12 @@ class my extends control
}
/**
* My tasks.
* My tasks
*
* @param string $type the browse type
* @param string $type
* @param int $recTotal
* @param int $recPerPage
* @param int $pageID
* @access public
* @return void
*/
+1
View File
@@ -474,6 +474,7 @@ class taskModel extends model
* @param string $account
* @param string $type the query type
* @param int $limit
* @param object $pager
* @access public
* @return array
*/
+4 -1
View File
@@ -81,9 +81,12 @@ class user extends control
}
/**
* Taskes of a user.
* Tasks of a user.
*
* @param string $account
* @param int $recTotal
* @param int $recPerPage
* @param int $pageID
* @access public
* @return void
*/