Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eduardo-matos/zendframework_bodyclass_helper

Zend Framework Body Class Helper
https://github.com/eduardo-matos/zendframework_bodyclass_helper

Last synced: about 1 month ago
JSON representation

Zend Framework Body Class Helper

Awesome Lists containing this project

README

        

Instalation
----------------
Just drop the file BodyClass.php in `/application/views/helpers/`

Usage
----------------
Just call `$this->bodyClass()` on view scripts

Example
----------------
`


Some Title

bodyClass()->addClass('my-first-class') ?> >

`

Would result in:

`


Some Title



`

This way you can add classes on any part of the application (Bootstrap, Plugins, Controllers, Models...).