コード例 #1
0
ファイル: InfoController.php プロジェクト: bsa-git/zf-myblog
 /**
  * Action - rows
  * get all data in accordance with the request parameters
  *
  * Access to the action is possible in the following paths:
  * - /admin/user/rows
  *
  * @return void
  */
 public function rowsAction()
 {
     parent::rowsAction();
 }