• 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