Skip to content

CI Template Library for ZendStudio

World Wide Web Server edited this page Jul 4, 2012 · 13 revisions

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.

Clone this wiki locally