News Feed
Jobs Feed
Sections




News Archive
Anna Filina's Blog:
Integrating Markdown with Symfony
April 26, 2011 @ 10:56:46

Anna Filina has a new post showing how you can integrate a documentation format that's become a bit more popular recently (due partially to its increased use on github), Markdown, into a Symfony application.

I needed to create a number of static help pages in three languages in a Symfony 1.4 application. Using the XLIFF translation files seemed absurd, since I knew that I will include a lot of HTML. [...] And so, I decided to create partials using the following structure: _docs/{lang}/{title}.php. This method would organize my pages nicely and will only load what is needed. Then, I remembered that we were planning to hire a technical writer for the rest of the manual. I wanted to make his life as easy as possible and the source files easy to read for everyone.

She found the solution in Markdown and has included a step-by-step guide to getting it integrated with Symfony using this parser. It's loaded as a helper and used to parse the partial view's content. You can find a quick guide to Markdown on the Daring Fireball website.

0 comments voice your opinion now!
markdown symfony framework helper view


blog comments powered by Disqus

Similar Posts

Symfony Blog: Top 20 symfony plugins

Stefan Koopmanschap's Blog: symfonyUnderControl: lime integration with phpUnderControl

Developer.com: Forms Validation with CakePHP

Zend Developer Zone: Zend Framework Code Freeze (0.6.0 is Coming)

Tony Bibbs' Blog: MVCnPHP 4.0.0 Released!


Community Events











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


rest symfony2 database example development conference community podcast zendframework2 opinion framework language introduction usergroup functional series interview testing phpunit release

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