NotORM for easy database interaction

In this article we will learn how to use NotORM, a simple PHP library for interacting with database. Its really simple and easy to learn. Continue reading...

Tutorial : Simple ajax validation for Kohana

If you are new to kohanaframework, implementing validation will be an adventure, especially if you are looking for ajax validation. In this article I will present a simple way to implement somel necessary validations using ajax in a sign up form....

Mysql Replication in Amazon EC2

In this article we will go through how to set up mysql replication in amazon EC2. Its a pretty basic introduction to replicaton, intended for beginners. We will go through how to start an Amzon instance, installing lamp and setting up replication....

Why Kohana is an awesome framework

In this article we will discuss some important features of Kohana, a promising and the sexiest community driven php framework. This article is pretty basic and intended to instigate those who are still not familiar with this framework. One of the...

Simple plugin architecture using php5 Reflection API

Php 5’s reflection api is one of its most powerful feature, which can be used for building robust, extensible applications. It provides built in functionality to analyze the inner structure of classes, their properties and methods and acquire the...