CakePHP Introduction

    What is CakePHP? CakePHP is an open-source framework for PHP intended to make developing, deploying and maintaining applications much easier. CakePHP offers many useful design patterns, such as the Model-View-Controller pattern, seen in other popular frameworks like Ruby On Rails. The CakePHP framework also provides valuable reusable libraries for dealing with common tasks. … Continue reading CakePHP Introduction

CodeIgniter Introduction

What is Codeigniter CodeIgniter (CI) is one of popular php framework. If you are already building PHP Application, CodeIgniter will help you to do it better and more easily. With CodeIgniter, you can save time, make your web more robust, your code will be easier to read and maintenance. CodeIgniter (CI) is free, lightweight, and … Continue reading CodeIgniter Introduction