Welcome Guest, Not a member yet? Register   Sign In
Prototype Library 1.0
#1

[eluser]manix[/eluser]
Prototype is a library for people who build sites with CodeIgniter Application Development Framework. Its goal is provide you tools to create a customizable site with themes/templates much faster, less code and more creative.

Home page


These are some funny features that prototype provides:

Multiple themes instanciation.
Customizable theme areas.
Css stylesheet management, includes iexplorer conditional comments.
Javascript files management.
Custimization by controller.
Easy theme switching.
Easy to learn and install.
Clear documentation.
Forum support.


Examples:

Code:
$this->prototype->css->add('another/css/style.css', '[if lte IE 6]');

Quote:<!--[if lte IE 6]>
<link rel="stylesheet" href="another/css/style.css">
<![endif]--&gt;

Code:
$this->prototype->area('post', 'orange_theme/post_view', Prototype::VIEW_TYPE);
$this->prototype->area('new_block', 'my <h2>new block content</h2>');




Theme © iAndrew 2016 - Forum software by © MyBB