php


CakePHP javascript->link in elements

For my CakePHP project I wanted to use the Javascript helper in a element. This element needs a javascript include (which i only use for this element) so I thought to it would be a good place to add it using the Javascript helper in the element template. To my surprise the javascript did not [...]

CakePHP deployment: keep one config

For a new project I started using the CakePHP framework. I work on this project on different servers. My laptop and desktop act as development servers and of course a production server. To manage my code I use subversion. Because I also like to check-in all my config files it would be nice to keep [...]

PHP performance tips

Google gives some tips on PHP performance. Most things we all know but it’s nice to read why.

javascript and css minify for PHP

To give your website visitors the better experience its important to follow Yahoo’s Rules for High Performance Websites On a project at work I recently used a very nice javascript and css minify solution called pack:tag. Because its a JSP-Taglib only solution I started looking for something like that for PHP. After looking at a [...]