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

Elizabeth Smith's Blog: Callicore Desktop - A PHP-GTK2 Framework

Symfony-framework.com: Symfony 1.1 - What’s new?

Community News: Symfony Camp UA 2012 Announced

Jacob Santos' Blog: Patterns for PHP: Page Controller Draft

PHP in Action Blog: Flash Messages


Community Events











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


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

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