• 16.08.11 - Add third party libraries to Symfony 2

    Adding libraries that follows the PHP 5.3.+ with namespaces is trivial, but how we can add an old PHP library without namespaces?For example, if we want to add a library like which haves an old style format (lower than 5.3.+), not follows the standards and it not have namespaces, we have to do a [...]
    More news about:  Symfony2
    Tags:  php,  geshi,  Symfony2,  autoload,  namespaces
  • 24.05.10 - Integrate GeSHi with PHP applications

    GeSHi (GEneric Syntax HIghlighter) is a popular PHP library for syntax highlighting for multiple programming/markup languages. There are multiple forms for integrate it with our PHP application, one of these is using regular expressions.Warning: GeSHi consumes high processing time, be careful. You [...]
    More news about:  php
    Tags:  regex,  geshi,  regular expresions