Skip to content

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/]CI Template Library for ZStudio v1.0 (CI 1.5.2 and Ci 1.5.3)[/url]

What's new on CI Template Library for ZStudio v1.2: Included templates for most used helpers:

  • Array Helper
  • Cookie Helper
  • Form Helper
  • HTML Helper
  • URL Helper Change some types like: cicontroller now is cicont, cimodel now is cimod and some others
Clone this wiki locally