News Feed
Jobs Feed
Sections




News Archive
Tim Koschuetzki's Blog:
How To Transform HTML To Textile Markup - The CakePHP TextileHelper Revisite
August 23, 2007 @ 08:34:00

Tim Koschuetzki has a new tutorial posted today for CakePHP users out there - it's a method for transforming HTML content into Textile markup via the TextileHelper CakePHP helper.

For a current project of mine I had to find a way to decode html into textile markup. Why? Because we are using tinyMCE to process our textareas as wyciwyg editors, which generate HTML. However, we want all output controlled via textile to allow only the textile tags. Yes, we could do it with strip_tags(), but textile is much more elegant. Plus, it was a requirement by the client. Come on and find out how to detextile html.

Code is included to work on the transformation: detextile, processTag, detextile_process_glyphs and detextile_process_lists. An example is included as well, showing how to input a block of HTML content to be "textile-ized". The full code is available for cutting and pasting at the bottom of the post.

1 comment voice your opinion now!
cakephp framework textile markup transform html tutorial helper cakephp framework textile markup transform html tutorial helper


blog comments powered by Disqus

Similar Posts

SEO Expert Blog: Amazon Wish Lists with SimpleXML

DevShed: Am Introduction to PHP Security

PHPBuilder.com: Implementing User Authentication and Session Management with PHP

Community News: Drual 5.0 Released (on it's 6th Birthday!)

Felix Geisendorfer's Blog: 10 Days of Free Dessert!


Community Events











Don't see your event here?
Let us know!


example api development zendframework2 testing framework code database language community introduction series composer opinion release podcast functional phpunit unittest interview

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework