上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 50 下一页
摘要: Database API Introduction Basic Usage Selects Joins Aggregates Raw Expressions Inserts Updates Deletes Unions Introduction An improved Database API wa 阅读全文
posted @ 2016-07-05 11:24 jinchunguang 阅读(307) 评论(0) 推荐(0)
摘要: Templates Templates are the site's markup, where images and js, css files are located as well as the site html structure. The default template is call 阅读全文
posted @ 2016-07-05 11:23 jinchunguang 阅读(172) 评论(0) 推荐(0)
摘要: Routes Routing lets you create your own URL paths, based on the path you can load a closure or a controller. Routing Set-up Namespaces are included in 阅读全文
posted @ 2016-07-05 11:22 jinchunguang 阅读(154) 评论(0) 推荐(0)
摘要: Route Filters The Controller's Middleware, represents a High-Level processing API, executed by the requested Controller, when it is instantiated, its 阅读全文
posted @ 2016-07-05 11:22 jinchunguang 阅读(1088) 评论(0) 推荐(0)
摘要: Languages A language class exists inside the system/Core folder, this class have 2 methods: load - Loads the language file, can return the data and se 阅读全文
posted @ 2016-07-05 11:21 jinchunguang 阅读(193) 评论(0) 推荐(0)
摘要: Middleware The middleware gives a single shot to the views associated into Controllers, before executing the requested Method, and store the resulted 阅读全文
posted @ 2016-07-05 11:21 jinchunguang 阅读(240) 评论(0) 推荐(0)
摘要: Config Config App Auth Cache Database Languages Mail Modules Routing Session Config Settings for the framework setup in app/Config.php Set the timezon 阅读全文
posted @ 2016-07-05 11:20 jinchunguang 阅读(399) 评论(0) 推荐(0)
摘要: Errors In the event of an error or an exception, a custom error message is displayed: An error occurred, The error has been reported. This comes from 阅读全文
posted @ 2016-07-05 11:20 jinchunguang 阅读(203) 评论(0) 推荐(0)
摘要: CLI Console New to 3.0 is a command line utility aptly named Nova located in the root. It currently supports creating controllers and models from the 阅读全文
posted @ 2016-07-05 11:19 jinchunguang 阅读(398) 评论(0) 推荐(0)
摘要: Views Views are the visual side of the Nova, they are the HTML output of the pages. Views can be located directly inside the views folder or in a sub 阅读全文
posted @ 2016-07-05 11:18 jinchunguang 阅读(254) 评论(0) 推荐(0)
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 50 下一页