资源简介


代码片段和文件信息


/*
 * DataTables example server-side processing script.
 *
 * Please note that this script is intentionally extremely simply to show how
 * server-side processing can be implemented and probably shouldn‘t be used as
 * the basis for a large complex system. It is suitable for simple use cases as
 * for learning.
 *
 * See http://datatables.net/usage/server-side for full details on the server-
 * side processing requirements of DataTables.
 *
 * @license MIT - http://datatables.net/license_mit
 */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Easy set variables
 */

// DB table to use
$table = ‘massive‘;

// Table‘s primary key
$primaryKey = ‘id‘;

// Array of database columns which should be read and sent back to DataTables.
// The ‘db‘ parameter

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-05-08 21:02  AdminLTE-2.1.1\
     文件          90  2015-05-08 21:02  AdminLTE-2.1.1\.gitignore
     目录           0  2015-05-08 21:02  AdminLTE-2.1.1\bootstrap\
     目录           0  2015-05-08 21:02  AdminLTE-2.1.1\bootstrap\css\
     文件      141622  2015-05-08 21:02  AdminLTE-2.1.1\bootstrap\css\bootstrap.css
     文件      380986  2015-05-08 21:02  AdminLTE-2.1.1\bootstrap\css\bootstrap.css.map
     文件      117305  2015-05-08 21:02  AdminLTE-2.1.1\bootstrap\css\bootstrap.min.css
     目录           0  2015-05-08 21:02  AdminLTE-2.1.1\bootstrap\fonts\
     文件       20127  2015-05-08 21:02  AdminLTE-2.1.1\bootstrap\fonts\glyphicons-halflings-regular.eot
     文件      108738  2015-05-08 21:02  AdminLTE-2.1.1\bootstrap\fonts\glyphicons-halflings-regular.svg
     文件       45404  2015-05-08 21:02  AdminLTE-2.1.1\bootstrap\fonts\glyphicons-halflings-regular.ttf
     文件       23424  2015-05-08 21:02  AdminLTE-2.1.1\bootstrap\fonts\glyphicons-halflings-regular.woff
     文件       18028  2015-05-08 21:02  AdminLTE-2.1.1\bootstrap\fonts\glyphicons-halflings-regular.woff2
     目录           0  2015-05-08 21:02  AdminLTE-2.1.1\bootstrap\js\
     文件       67546  2015-05-08 21:02  AdminLTE-2.1.1\bootstrap\js\bootstrap.js
     文件       35951  2015-05-08 21:02  AdminLTE-2.1.1\bootstrap\js\bootstrap.min.js
     文件         484  2015-05-08 21:02  AdminLTE-2.1.1\bootstrap\js\npm.js
     文件         618  2015-06-04 08:46  AdminLTE-2.1.1\bower.json
     目录           0  2015-05-08 21:02  AdminLTE-2.1.1\build\
     目录           0  2015-05-08 21:02  AdminLTE-2.1.1\build\bootstrap-less\
     目录           0  2015-05-08 21:02  AdminLTE-2.1.1\build\bootstrap-less\mixins\
     文件         257  2015-05-08 21:02  AdminLTE-2.1.1\build\bootstrap-less\mixins\alerts.less
     文件         139  2015-05-08 21:02  AdminLTE-2.1.1\build\bootstrap-less\mixins\background-variant.less
     文件         468  2015-05-08 21:02  AdminLTE-2.1.1\build\bootstrap-less\mixins\border-radius.less
     文件        1080  2015-05-08 21:02  AdminLTE-2.1.1\build\bootstrap-less\mixins\buttons.less
     文件         120  2015-05-08 21:02  AdminLTE-2.1.1\build\bootstrap-less\mixins\center-block.less
     文件         605  2015-05-08 21:02  AdminLTE-2.1.1\build\bootstrap-less\mixins\clearfix.less
     文件        2641  2015-05-08 21:02  AdminLTE-2.1.1\build\bootstrap-less\mixins\forms.less
     文件        4388  2015-05-08 21:02  AdminLTE-2.1.1\build\bootstrap-less\mixins\gradients.less
     文件        2784  2015-05-08 21:02  AdminLTE-2.1.1\build\bootstrap-less\mixins\grid-framework.less
     文件        3094  2015-05-08 21:02  AdminLTE-2.1.1\build\bootstrap-less\mixins\grid.less
............此处省略1029个文件信息

评论

共有 条评论