上一页 1 ··· 5 6 7 8 9

2016年4月7日

yii2 单页面增删改

摘要: 视图层<style>#tab tr td{ height:40px; width:100px;}</style><form action="index.php?r=ceshi/index" method='post'><input name="_csrf" type="hidden" id="_cs 阅读全文

posted @ 2016-04-07 14:49 *孤独的夜行者* 阅读(407) 评论(0) 推荐(1) 编辑

yii2 数据验证

摘要: 控制器层 <?php namespace frontend\controllers; use Yii; use frontend\models\FormsModel; use yii\web\UploadedFile; class FormsController extends \yii\web\C 阅读全文

posted @ 2016-04-07 14:40 *孤独的夜行者* 阅读(1060) 评论(0) 推荐(0) 编辑

sphinx 全配置

摘要: ## 数据源src1 source src1 { ## 说明数据源的类型。数据源的类型可以是:mysql,pgsql,mssql,xmlpipe,odbc,python ## 有人会奇怪,python是一种语言怎么可以成为数据源呢? ## python作为一种语言,可以操作任意其他的数据来源来获取数 阅读全文

posted @ 2016-04-07 14:35 *孤独的夜行者* 阅读(327) 评论(0) 推荐(0) 编辑

yii2 sphinx Ajax搜索分页 关键词的缓存

摘要: 控制器层 <?php namespace frontend\controllers; use Yii; use yii\web\Controller; //use frontend\models\Zhan; use yii\data\Pagination; use SphinxClient; use 阅读全文

posted @ 2016-04-07 14:09 *孤独的夜行者* 阅读(695) 评论(0) 推荐(0) 编辑

上一页 1 ··· 5 6 7 8 9

导航