Code

CakePHP Geshi helper

I have written a small Geshi helper for CakePHP, with Geshi you can display formatted code with colours. Just drop Geshi in your vendors directory and create a a helper to your taste.. personally I use a style helper which contains different methods to help format an article.

Now just create <pre class="php"> code goes here </pre> in your article and your done. Replace php with the language of your choice.

Read more...