A Xmas post from Germany. My last 6 years with CakePHP I am now with CakePHP for over 6 years (wow.. time goes by!), the second half of it as core member. I started with it back in the days…
CakePHP 3.0 coming up
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…
UTF8 can be tricky – especially with PHP
Everybody uses (or should!) UTF8 these days. An easy and fully supporting PHP version I did not come across yet, though. It seems there is sometimes more to it. This article is supposed to guideline the basic setup of a…
All new CakePHP Tips Summer 2014
For CakePHP2.x Awesome CakePHP Check out this all new awesome CakePHP list: awesome-cakephp Star it, fork it, enhance it 🙂 Note the cake3 branch that will proabably soon be filled rapidly with all new shiny CakePHP3 resources and plugins. There…
Migrating SVN apps to Git and Composer
Just recently I had to move a few remaining legacy CakePHP2.x apps from SVN to Git+Composer. This serves as a short how-to. You can also use this post if you are migrating a git app to a composer based git…
HTML, Markdown or BBCode?
Or something different? Or just plain text maybe? "User input is hard" There are pretty prejudiced blog posts in favor or against the usage of BBCode for blog posts, comments etc. Here for instance – continuing on this second post….
CakePHP 2.5 arrived + CakePHP Tips 2014
You probably read my last tip sections. And I started to move some of them to my sandbox app. But once in a while it might also be nice to publish a few selected tips, here as well. Oh, and…
Update your Server to PHP5.4+
With many new features and more speed it makes sense to upgrade to PHP5.4. It is also a requirement when you start using CakePHP3.0 (the dev releases) or code that contains short array syntax. So the sooner you upgrade the…
Generating PDFs with CakePHP
The recommended approach is to use the CakePHP plugin CakePdf for this. With that plugin it is "a piece of cake" to output HTML views as PDF or render them to files for download/emailing etc. You can obviously just use…