上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 21 下一页
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2013-06-27 20:09 !!!!!!!!!!! 阅读(22) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2013-06-07 15:34 !!!!!!!!!!! 阅读(15) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2013-03-12 15:14 !!!!!!!!!!! 阅读(11) 评论(0) 推荐(0) 编辑
摘要: View Code 1 <?php defined('SYSPATH') OR die('No direct script access.');2 3 class Kohana extends Kohana_Core {} 阅读全文
posted @ 2013-03-10 10:53 !!!!!!!!!!! 阅读(150) 评论(0) 推荐(0) 编辑
摘要: View Code 1 <?php defined('SYSPATH') OR die('No direct script access.'); 2 /** 3 * Contains the most low-level helpers methods in Kohana: 4 * 5 * - Environment initialization 6 * - Locating files within the cascading filesystem 7 * - Auto-loading and transparent extension of clas. 阅读全文
posted @ 2013-03-10 10:48 !!!!!!!!!!! 阅读(1570) 评论(0) 推荐(0) 编辑
摘要: View Code 1 <?php defined('SYSPATH') or die('No direct script access.'); 2 3 // -- Environment setup -------------------------------------------------------- 4 5 // Load the core Kohana class 6 require SYSPATH.'classes/Kohana/Core'.EXT; 7 8 if (is_file(APPPATH.'classes 阅读全文
posted @ 2013-03-10 10:43 !!!!!!!!!!! 阅读(1642) 评论(0) 推荐(0) 编辑
摘要: View Code 1 <?php 2 3 /** 4 * The directory in which your application specific resources are located. 5 * The application directory must contain the bootstrap.php file. 6 * 7 * @link http://kohanaframework.org/guide/about.install#application 8 */ 9 $application = 'application'; 10 1... 阅读全文
posted @ 2013-03-10 10:24 !!!!!!!!!!! 阅读(553) 评论(0) 推荐(0) 编辑
摘要: https://github.com/kohana/pagination/tree/3.2/develop/classes/kohana 阅读全文
posted @ 2013-03-09 16:06 !!!!!!!!!!! 阅读(214) 评论(0) 推荐(0) 编辑
摘要: windows C:\WINDOWS\system32\drivers\etc\ubuntu etc/hosts 阅读全文
posted @ 2013-02-27 22:54 !!!!!!!!!!! 阅读(175) 评论(0) 推荐(0) 编辑
摘要: selectTABLE_NAMEfrominformation_schema.`COLUMNS`whereTABLE_SCHEMA='dbname'andCOLUMN_NAME='role_id' 阅读全文
posted @ 2013-02-26 17:26 !!!!!!!!!!! 阅读(443) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 21 下一页