CakePHP: How to have Consistent SMTP Connection It's necessary to configure an SMTP server that will take care of your email deliveries while setting up a mail client. The process is easy - just add the right... 13 June, 2016 / 0 Comments
How to generate a full working CRUD skeleton using CakePHP 2.x Bake console? CakePHP’s bake console is a command line tool to build fully functional CRUD(Create, Read, Update, Delete) skeleton for your project. As we know CakePHP 3.x is at our doorstep and... 09 January, 2015 / 1 Comment
How to access remote Amazon RDS with PhpMyAdmin Amazon Relational Database Service (Amazon RDS) is a web service that makes it easy to set up, operate, and scale a relational database in the cloud. It provides cost-efficient and... 07 November, 2014 / 0 Comments
How to do Custom Pagination in CakePHP Sometimes we need to do pagination in CakePHP using a traditional SQL query, thereby the CakePHP predefined pagination functionality is lost. We can implement pagination method in the Model or Behavior... 15 August, 2014 / 0 Comments
How to setup CakePHP DataSource for Solr? Imagine that you have millions of data and your SQL database is not optimized enough to handle them, then “Solr” is your best data source. Apache Solr is a fast... 04 July, 2014 / 0 Comments
Hash Class: Makes CakePHP Coding easier! Hash is a predefined class provided by CakePHP. It is used for array manipulation such as inserting an element to an array, remove an element from an array, sort an... 07 March, 2014 / 0 Comments
CakePHP: How to use ‘neighbors’ with ‘find’ method CakePHP ‘find’ method makes it easier to retrieve data from database. The ‘find’ method can be used to construct anything from extremely simple queries to more complex ones without writing... 31 October, 2013 / 0 Comments
The 10th best CakePHP Web-App Development Company in the world Today, we are thrilled to announce that Andolasoft is named at #10 in the Top 10 CakePHP Development Companies by bestwebdesignagencies.com. We pledge this success... 26 August, 2013 / 0 Comments
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