How to Install and Set Up FuelPHP on VPS

Introduction FuelPHP is an open source web application framework based on HMVC (Hierarchical Model-View-Controller) pattern. It makes use of ‘Oil’, a tool for generating code, debugging and performing database migrations. This tutorial will guide you to install FuelPHP on your VPS and get started with small applications. Prerequisites Web server (Apache, Nginx and IIS) PHP…

How To Use Caching with the Yii Framework for Improving Performance

Yii framework offers a number of features, an important one being a cache management system. It permits saving both your SQL/Active Record queries and static data that can aid in saving a great amount of page loading time if used carefully. In this guide, we will learn caching of Queries and Data. Given below is the procedure for…

Installation and Configuration of Slim Framework on Ubuntu 14.04

Preconditions The steps required for installing and configuring Slim Framework on a VPS have been illustrated in this tutorial. With this tutorial, you will be able to obtain an operational and working case of Slim Framework including a folder structure which can be used for basing your project in. This tutorial presumes that you have…