youphp學習整理

來源:互聯網
上載者:User

標籤:des   style   blog   color   io   使用   ar   資料   div   

 1 <?php 2     //後台公用模組 3     //_list資料顯示 4     //基於Yourphp背景操作寫法 5     //一、顯示資料及搜尋資料 6      7     /** 8      * [_list 顯示資料列表] 9      * @param  string  $modelname [模型名稱]10      * @param  array   $map       [條件]11      * @param  string  $sortBy    [排序依據]12      * @param  boolean $asc       [預設為倒序]13      * @param  integer $listRows  [每頁顯示條數]14      * @return [type]             [description]15      */16     //function _list($modelname, $map = ‘‘, $sortBy = ‘‘, $asc = false ,$listRows = 15)17     class DemoAction extends AdminbaseAction{18         public function index(){19             $map[‘abc‘] = ‘demo‘;20             $map[‘cde‘] = ‘123‘;21             $this->_list(MODULE_NAME,$map);//當控制器名和資料庫表名一樣時可以直接這樣使用22             //當控制器名和資料庫表名不一致時23             $this->_list(‘demodb‘);24             //當條件複雜時,我們需要組合$map即可25             $this->display();26         }27         28         //有些頁面是不需要帶搜尋,那麼可以省略index()方法29         30     }

整理後台公用模組中每個方法具體的意義!

youphp學習整理

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.