CakePHP version 3.0 is coming closer and closer to a stable release. The leap from PHP5.2 to PHP5.4 was more than necessary. Personally, I think, this will bring CakePHP back on the same level as "Laravel" or "Symfony2". Those, using…
Tag: Namespace
Namespaces in vendor files and Cake2.x
Have you needed any vendor files (third party libs) that are already written in PHP5.3 and use namespaces? You might find out that they usually don’t work out of the box. The included class is not the problem, but all…