WrapUp
Description
WrapUp is a CodeIgniter library designed to take care of all the repetitive HTML Header information often repeated across multiple views. The WrapUp object provides you with easy method calls to build your page's HTML head. This includes adding Meta tags, CSS and Javascript files. WrapUp can also manage your inline javascript giving you a flexible way of generating dynamic javascript from php.
Features
- Your html page is an object!
- Easy to setup, easy to use.
- Control your html head section dynamically from within the controller
- Manage Multiple CSS files including conditional IE arguments.
- Control inline javascript/jquery.
- Generates W3C standard compilante code!