1、SELECT * FROM `bota_language` WHERE `type` = 'order_type'; id key value type 446 1 原单 order_type 447 2 改签单 order_type 448 3 退票单 order_type 449 6 退款单 ...
分类:
其他好文 时间:
2019-06-28 20:59:32
阅读次数:
122
1、E:\html\tproject\framebota\platform\bootstrap.php 2、E:\html\tproject\framebota\platform\classes\Task\Flight\Airport.php 'foo' => 'bar', 'bar' => NUL ...
分类:
其他好文 时间:
2019-06-06 19:11:14
阅读次数:
86
kohana nginx的配置 location / { if (!-e $request_filename) { rewrite ^/(.*)$ /index.php?kohana_uri=/$1 last; } index index.php index.html index.htm; } 普通 ...
分类:
其他好文 时间:
2017-04-30 12:42:00
阅读次数:
299
转自:http://www.laruence.com/2009/11/13/1138.html PATH_INFO是一个CGI 1.1的标准,经常用来做为传参载体. 比如, 我们可以使用PATH_INFO来代替Rewrite来实现伪静态页面, 另外不少PHP框架也使用PATH_INFO来作为路由载体 ...
分类:
Web程序 时间:
2017-03-04 18:40:45
阅读次数:
217
PHP复制代码 <?phpfunction hello() { echo "看到了吧,我的作用就是控制 'hello' 页面需要的数据与输出外观模板的整合。<br>输出的格式就不要在我这里设置了,最好在 /application/view 下建立专门的 XXX_view.php 文件来设置。(只要你 ...
分类:
Web程序 时间:
2016-06-26 19:43:10
阅读次数:
2931
由于历史原因,有个kohana3.2的站点需要搬迁到php5.5上来,但php5.5已经不支持mysql_connect()这个函数了,只能使用PDO来连接数据库。但换上PDO之后,报了这个的一个错:Kohana_Exception [ 0 ]: Database method list_colum...
分类:
数据库 时间:
2015-12-26 11:33:33
阅读次数:
459
一、先到官网下载3.3.3版本的压缩包到/var/www/1117/目录下(提前建好1117的目录)解压解压好的文件有(applications\modules\system\build.xml\composer.json\CONTRIBUTING.md\example.htaccess\index...
分类:
系统相关 时间:
2015-10-22 14:00:23
阅读次数:
306
只要不使用官方网站的教程,自己摸索出来的,有一个错误,当我们指了出来,哦,,好吧共同进步~首先配置:modules\database\config\database.php array( 'type' => 'pdo', 'connection' => array( /** ...
分类:
数据库 时间:
2015-09-13 09:20:06
阅读次数:
315