darkmatus / zf2-bbcodeintegration
There is no license information available for the latest version (1.0) of this package.
Integration of Decoda BBCode-parser as ViewHelper into ZF2.
1.0
2013-12-13 06:57 UTC
Requires
- php: >=5.3.3
- mjohnson/decoda: 6.*
- zendframework/zendframework: 2.*
This package is auto-updated.
Last update: 2024-11-08 15:27:23 UTC
README
Integration of Decoda bbcode parser as ViewHelper in ZF2
Installation:
Copy/move the 'emoticons' folder from 'vendor/mjohnson/decoda' to 'public/images/'. Add 'ZF2Bbcode' to your 'application.config.php'.
Using:
In your view use it like every other viewHelper:
echo $this->bbcode('[b]I'm a BBCode[/b]'); or echo $this->escapeHtml($this->bbcode('[b]I'm a BBCode[/b]');