Download ezTemplate, a CodeIgniter library Nulled

Summary

In the traditional view system of CI one must embed frontend logic into each individual view.
This library creates the same modular organization to frontend logic as exists in the backend.

Templating is done by layering the standard CI view system and extending it to asset management. The basic idea is that for every single CI view there are individual CSS and Javascript files that correlate to it.

As easy as:

$this->template
    ->set('title', 'Template Library for Codeigniter')
    ->set('view', 'welcome/index')
    ->set('template', 'basic')
    ->render();

Features

  • Organizes your frontend logic (css & js)
  • Reduces redundant coding
  • Supports AJAX output (no theme)
  • Well documented

Illustration of ezTemplate

ezTemplate, a CodeIgniter library - 1

Version History

Version 1.0.0

  • Initial release

Kindly Note: We update new contents like WordPress Themes, Plugins, PHP Scripts everyday. But remember that you should never use this items in a commercial website. All the contents posted here for development & testing purpose only. We’re not responsible for any damage, use at your own RISK! We highly recommend to buy ezTemplate, a CodeIgniter library from the The Developer ( DLINSMEYER ) website. Thank you.
Download = ezTemplate, a CodeIgniter library-[Updated].zip

Free Download

You May Also Like

About the Author: admin