Getting back into cakePHP

I have just started an internal project at work to create a portfolio management system. After several months of Joomla hacking it seems this is my chance to get back into serious development again.
I have gone for cakePHP for the project, as opposed to Codeigniter. Although I have mainly tended towards codeigniter in the past [...]

Resize and crop to best fit function

Whilst writing several applications i have wanted needed to automate the process of resizing and cropping an image to fit, for example for sites which have catalogues.
After getting just a little bit more than bored of photoshopping 300+ images i decided to write my own function to automate the re-size. The function below will take [...]