easyui
根子的数据库
自我感觉长得不错 哈哈哈
展开
-
easyui form插件
require_once '../demo/common.php';require_once '../model/nba.class.php';$nba = new model_nba();$id = isset($_GET['id']) ? $_GET['id'] : '';if($id) { $data = $nba->fetchRecord($id); /原创 2015-04-23 23:01:15 · 640 阅读 · 0 评论 -
nginx 403 css/js easyui问题
server {listen 80;server_name localhost;charset utf-8;root /www/demo;location ~ .*\.(php|php5)?$ {index index.php index.html index.htm;fastcgi_pass localhost:9000;fastcgi_index index.p原创 2015-04-23 10:37:38 · 1740 阅读 · 0 评论 -
easyui javascript问题
Basic DataGrid - jQuery EasyUI Demo 请输入城市名: 请输入球队名: $('#abc').form({ url:'deal.php', onSubmit: func原创 2015-04-23 23:04:54 · 421 阅读 · 0 评论 -
jsgrid 和 grid 两种加easyui的方法
一:jsgrid.php Basic DataGrid - jQuery EasyUI Demo $('#list_data').datagrid({ title: '列表', iconCls:'icon-edit',原创 2015-04-24 20:22:58 · 835 阅读 · 0 评论 -
deal 用来传值的php
require_once '../model/nba.class.php';$nba = new model_nba();$id = isset($_POST['id']) ? $_POST['id'] : '';$city = isset($_POST['city']) ? $_POST['city'] : ''; 仅仅是要取的变量$username = isset原创 2015-04-25 23:16:27 · 518 阅读 · 0 评论 -
from 增加和编辑 也可有删除
Basic DataGrid - jQuery EasyUI Demo //require_once '../demo/common.php';require_once '../model/nba.class.php';$nba = new model_nba();$id = isset($_GET['id']) ? $原创 2015-04-25 23:09:45 · 470 阅读 · 0 评论 -
json
$data = $nba->fetchAllRecords($page,$rows);$count = $nba->getCount();//print_r($data);$result = array( 'total' => $count, total rows 必要的两个参数 $count $data 上面传的两个需要的东西 'rows原创 2015-04-25 22:33:56 · 360 阅读 · 0 评论