[CakePHP] How to re-size images at run-time

This is a helper + controller combo for CakePHP which I often use. It helps to re-size images at run-time and also aid display them. Oh yes! once the image is resized it also caches them. First let's look at helper method. PLAIN TEXT PHP: class MyHelper extends AppHelper {     function getImageUrl($path, $size, [...]

Posted on 8/30/10 by Amit Badkas | 5 comments | Filed Under: CakePHP, HowTo, PHP | read on

SQL data source in Sphinx

These days I am getting more and more into Sphinx and falling in love with it . In this post we will see how to make use of SQL data source to create indexes. Sphinx has inbuilt support for MySQL and PostgreSQL databases. The drivers for these databases can connect to the database using its [...]

Posted on 8/23/10 by Abbas Ali | 1 comment | Filed Under: HowTo, MySQL, PHP, Sphinx | read on

About this blog

This blog is an extension of our commitment to Open Source community. Through this blog we intend to share our ideas and experiences both in the field of technology as well as business management.

The authors of this blog are all members of the Team SANIsoft

Argue for your limitations, and sure enough they're yours - Richard Bach