-
Notifications
You must be signed in to change notification settings - Fork 7.6k
CI Template Library for ZendStudio
World Wide Web Server edited this page Jul 4, 2012
·
13 revisions
Category:Libraries This is a first release of the CI Template Library for Zend Studio. How it works? Simply ... instead of write a lot of code like: [code] class News extends Controller { function News() { parent::Controller(); }
function index()
{
// your own code
}
} [/code] You only need type: [code]cicontroller[/code] And all the code will be wrote.
By now I only add templates for almost all Database Class Functions and some others like Controller, Models and load Config Items.
I'm expect for your suggestions.
[url=http://www.codeigniter.com/wiki/83f9a6650110d1762072dc4780650563/]Download CI Template Library for ZStudio[/url]
Suggestions:
- include the most common helper functions (probably su for site_url(), bu for base_url(), anc for anchor(), ...)
- shorten some of the names (ciconfig could be ciconf, cicontroller could be cicont, etc.) since programmers are lazy (especially framework users ;-))
- include the CI version in the download's file name like zstudio_library_ci-1.5.2.zip (could be good if development of this library continues)