摘要:
本文重点介绍使用Eclipse+pydev插件来写Python代码, 以及在Mac上配置Eclipse+Pydev 和Windows配置Eclipse+Pydev 编辑器:Python 自带的 IDLE 简单快捷, 学习Python或者编写小型软件的时候。非常有用。 编辑器: Eclipse + p 阅读全文
posted @ 2016-07-05 20:44
jinchunguang
阅读(186)
评论(0)
推荐(0)
摘要:
Helpers\URL The URL class is used for having handy methods or redirecting the page and returning the path to the current template. Redirect - To redir 阅读全文
posted @ 2016-07-05 12:10
jinchunguang
阅读(118)
评论(0)
推荐(0)
摘要:
Helpers\SimpleCurl The SimpleCurl class is there to curl data from RESTful services. A lot of companies use it nowadays for example twitter, google an 阅读全文
posted @ 2016-07-05 12:09
jinchunguang
阅读(156)
评论(0)
推荐(0)
摘要:
Helpers\TableBuilder Table builder helper is a class that would help you to create tables in MySQL (primarily) without really going into details of SQ 阅读全文
posted @ 2016-07-05 12:09
jinchunguang
阅读(205)
评论(0)
推荐(0)
摘要:
Helpers\Tags The tags helper is a collection of useful methods: Tags::clean($data) Clean function to convert data into an array. Tags::get($string) Th 阅读全文
posted @ 2016-07-05 12:09
jinchunguang
阅读(157)
评论(0)
推荐(0)
摘要:
Helpers\ReservedWords This helper returns an array of reserved words, this includes php 7's new reserved words. ReservedWords::getList() This helper r 阅读全文
posted @ 2016-07-05 12:08
jinchunguang
阅读(111)
评论(0)
推荐(0)
摘要:
Helpers\Sessions The session is a static class, this means it can be used in any controller without needing to be instantiated, the class has an init 阅读全文
posted @ 2016-07-05 12:08
jinchunguang
阅读(112)
评论(0)
推荐(0)
摘要:
Helpers\PHPMailer PHPMailer is a third party class for sending emails, Full docs are available athttps://github.com/Synchro/PHPMailer Make an alias: u 阅读全文
posted @ 2016-07-05 12:07
jinchunguang
阅读(179)
评论(0)
推荐(0)
摘要:
Helpers\RainCaptcha This class can validate CAPTCHA images with RainCaptcha. It can generate an URL to display a CAPTCHA validation image served by th 阅读全文
posted @ 2016-07-05 12:07
jinchunguang
阅读(158)
评论(0)
推荐(0)
摘要:
Helpers\Request The Helpers\Request class is used for detecting the type of request and retrieving the request. getMethod() Request::getMethod() Retur 阅读全文
posted @ 2016-07-05 12:07
jinchunguang
阅读(159)
评论(0)
推荐(0)
摘要:
Helpers\Number This helper has 2 methods for converting a number format and to get a percentage. Number::format($number, $prefix = '4') Converts a giv 阅读全文
posted @ 2016-07-05 12:06
jinchunguang
阅读(105)
评论(0)
推荐(0)
摘要:
Helpers\Pagination Break recordset into a series of pages. First create a new instance of the class pass in the number of items per page and the insta 阅读全文
posted @ 2016-07-05 12:06
jinchunguang
阅读(89)
评论(0)
推荐(0)
摘要:
Helpers\Password The password class uses php 5 password_ functions. To create a hash of a password, call the make method and provide the password to b 阅读全文
posted @ 2016-07-05 12:06
jinchunguang
阅读(135)
评论(0)
推荐(0)
摘要:
Helpers\Hooks Add modules with hooks The hooks helper allows modules to be created within the module folder. Hooks allow code to be injected into vari 阅读全文
posted @ 2016-07-05 12:05
jinchunguang
阅读(126)
评论(0)
推荐(0)
摘要:
Helpers\GeoCode This function connects to google maps and retrieves the lat/lon of the address provided GeoCode::getLngLat(['Hessle Road', 'Hull']) Re 阅读全文
posted @ 2016-07-05 12:04
jinchunguang
阅读(92)
评论(0)
推荐(0)
摘要:
Helpers\FastCache phpFastCache is a high-performance, distributed object caching system, generic in nature, but intended for use in speeding up dynami 阅读全文
posted @ 2016-07-05 12:03
jinchunguang
阅读(124)
评论(0)
推荐(0)
摘要:
Helpers\Document The document class is a collection of useful methods for working with files. To get the extension of a file call the getExtension met 阅读全文
posted @ 2016-07-05 12:02
jinchunguang
阅读(128)
评论(0)
推荐(0)
摘要:
Helpers\Database The database class is used to connect to a MySQL database using the connection details set in the app/Config.php. The constants (DB_T 阅读全文
posted @ 2016-07-05 12:00
jinchunguang
阅读(139)
评论(0)
推荐(0)
摘要:
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)