上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 50 下一页
摘要: Helpers\Date The Date helper is used for calculations with dates. Date::difference($from, $to, $type = null) $from, $to - from and to date in the form 阅读全文
posted @ 2016-07-05 12:00 jinchunguang 阅读(144) 评论(0) 推荐(0)
摘要: Helpers\CSRF CSRF Protection The CSRF helper is used to protect post request from cross site request forgeries. For more information on CSRF see https 阅读全文
posted @ 2016-07-05 11:48 jinchunguang 阅读(147) 评论(0) 推荐(0)
摘要: Helpers\Data Data helper contains a bunch of useful methods for looking at and altering your data. Data::pr($data) Returns the data inside a print_r w 阅读全文
posted @ 2016-07-05 11:48 jinchunguang 阅读(142) 评论(0) 推荐(0)
摘要: Helpers\Cookie The Cookie helper has the following methods: Cookie::exists($key); Returns true or false Cookie::set($key, $value, $expiry = self::FOUR 阅读全文
posted @ 2016-07-05 11:47 jinchunguang 阅读(102) 评论(0) 推荐(0)
摘要: Helpers\Assets The assets helper is for loading CSS and JS files rather than writing out the full script/link tag for each and every item, instead add 阅读全文
posted @ 2016-07-05 11:46 jinchunguang 阅读(174) 评论(0) 推荐(0)
摘要: Helpers Overview Helpers are classes that are not part of the core system but can greatly improve it by adding new features and possibilities. This se 阅读全文
posted @ 2016-07-05 11:33 jinchunguang 阅读(99) 评论(0) 推荐(0)
摘要: Validation A simple but powerful Validation Engine, in a Laravel-esque style. Its Validation Rules and the basic usage are similar with Illuminate\Val 阅读全文
posted @ 2016-07-05 11:32 jinchunguang 阅读(193) 评论(0) 推荐(0)
摘要: Support Facades Introduction Facades provide a "static" interface to classes that are available in the application's service container. Nova ships wit 阅读全文
posted @ 2016-07-05 11:31 jinchunguang 阅读(119) 评论(0) 推荐(0)
摘要: Response This improved Response API, able to simplify the Framework's Response management. Practically, is now possible to do in a Controller Method: 阅读全文
posted @ 2016-07-05 11:30 jinchunguang 阅读(150) 评论(0) 推荐(0)
摘要: Session Store Configuration Session Usage Flash Data Session Drivers Configuration Since HTTP driven applications are stateless, sessions provide a wa 阅读全文
posted @ 2016-07-05 11:30 jinchunguang 阅读(458) 评论(0) 推荐(0)
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 50 下一页