For CakePHP Apps. What is the issue here? Typography has quite a few regional differences. In some countries/languages you use quotation marks like so: “Hello” // English, curly, often in texts (1) «Hello» // French, brackets, often in texts (2)…
Month: August 2012
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…