FuelPHP Introduction

What is FuelPHP FuelPHP is an open source web application framework. It is written in PHP 5.3 and implements HMVC pattern. HMVC is Hierarchical Model-View-Controller framework that allows to sub-request the controller, which returns the partial page such as comments, menus, etc., instead of the complete page as in normal MVC. FuelPHP is developed by … Continue reading FuelPHP Introduction

Slim Introduction

What is Slim Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs. PHP developers use Slim to develop RESTful APIs and web services.Key features include URL routing, session, and cookie encryption, client-side HTTP caching, and more. It’s the best framework for a small web application that … Continue reading Slim Introduction