You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
[url=http://www.codeigniter.com/wiki/83f9a6650110d1762072dc4780650563/]Download CI Template Library for ZStudio[/url]