摘要:
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...
阅读全文