Many programmers like to talk about functional programming, but if you ask them if they’ve ever done it, most of their replies will be “No”. The...
PHP is the most popular language for web development, but a common criticism against it used to be that it lacked a suitable debugger. Developers usin...
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 rea...
Elastic Beanstalk, which launched in January 2011, is a Platform service that simplifies application deployment in AWS. Amazon has recently extended B...
Platform as a Service (PaaS) is a cloud computing delivery model which enables companies to focus on business and development, leaving infrastructure ...
First of all I thank Packt Publishers for gifting me this great book. For the past few days I was reading the book and felt I should be sharing my th...
If you are new to kohanaframework, implementing validation will be an adventure, especially if you are looking for ajax validation. In this article I ...
In this article we will discuss some important features of Kohana, a promising and the sexiest community driven php framework. This article is pretty ...
PHP 5.3 packaged the power of functional programming by adding support for lambda functions and closures. You will be familiar with them in javascript...
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 fun...
This article describes the major changes and improvements in smarty 3 comparing to smarty 2.
The Smarty 3 API (as of beta 8 ) has been refactored to a...