An introduction to PHP Frameworks A framework is a structure that developers choose to build their application. It determines the structure of the application and facilitates it to connect with many different API's. A proficient... 24 July, 2013 / 0 Comments
SSL authentication using security component in CakePHP Introduction: We can achieve SSL authentication in CakePHP by writing own methods like ‘forceSSL’ and ‘unforceSSL’. Also there is an in-built Security Component in CakePHP to achieve SSL authentication. Using Security... 09 July, 2013 / 0 Comments
How to integrate PayPal in PHP To accept online payments through your website you would need a payment gateway. There are numerous payment gateways that can be implemented to your website; however you will need to... 05 July, 2013 / 0 Comments
Why implement Fat Model and Skinny Controller in CakePHP Fat Model and Skinny Controller in CakePHP framework encourages developers to include as much business logic into the application models and the controllers should translate the requests, instantiating classes, getting... 06 June, 2013 / 0 Comments
Step by step guide for Image cropping using ‘ImageMagick’ in PHP While using images in a web application, developers can’t always include images of a particular measurement. In such cases, resizing the images for the application would be a good option... 14 May, 2013 / 0 Comments
Why is CakePHP Popular for Web App Development CakePHP is a free and open-source platform, which facilitates the developers to build highly affordable web-applications using the MVC framework. This is a robust... 08 April, 2013 / 1 Comment
CakePHP framework for faster development of next generation web application There are numerous PHP frameworks available such as Zend, CodeIgniter, Akelos etc. CakePHP on the other hand is the most popular framework among them and reduces significant coding time and... 04 February, 2013 / 0 Comments
Awesome Project collaboration Tool to Manage Your Project and Team When project development is in progress, practically each of the members may not meet face to face at a single workplace, neither the communication/documentation be available at the same location.... 24 January, 2013 / 0 Comments
Why cakePHP is popular? And the role of CakePHP developer CakePHP is an open source PHP based rapid development framework. It offers great run-time infrastructure along with abundant set of libraries for CakePHP developers. Cake PHP development is supported by... 16 January, 2013 / 0 Comments