Articles with tag PHP

CodeIgniter

Code Igniter jQuery and Ajax

Posted on: Jan 22nd 2012
In this tutorial I will show you how to use the jQuery and Ajax inside the Code Igniter framework. We will create a page where we will create a drop down of states coming from the database. And once a state is selected, the list of cities will come through Ajax.
CodeIgniter

Codeigniter tutorial: Quick and Easy - Part 1

Posted on: Jan 11th 2012

CodeIgnitor is one of the easiest of all the PHP framework available and definitely it is one of the most well documented one compared to a few other famous frameworks. It has a huge list of helper functions and big library of useful features.

So, let's dive in and check out how this framework works.

Yii framework: Introduction to MVC

Posted on: Jul 30th 2011
In my last tutorial on Yii framework, I explained how to create a basic web application using the Yii framework with the help of command line. This time we are going to extend more on that. We will see how Yii work on the MVC principal and how we can make use of that using a very simple example. I assume that you have knowledge of creating a web app with the Yii framework / already created an app using the Yii interface / read my previous article Making a simple web app using Yii framework.
Using drupal features: example of a custom blog module

Using drupal features: example of a custom blog module

Posted on: May 1st 2011
Drupal features is a module which allows you to create your own modules where you can include your own views, content types and many other features. With features you don't have to go through the pain of making same views and features for some common type of features on your site like blogs, forums etc.Drupal feature is a module which can make life easy for people who are making websites based on Drupal day in day out. One of the biggest advantages of feature which I personally feel is re usability.
Making a simple web app with Yii framework

Making a simple web app with Yii framework

Posted on: Mar 18th 2011

Today we are going to learn how to make use of the Yii framework and make a web app. I have been doing a bit of reading at my office on different frameworks available for PHP and in the end, the decision was Yii. So, will be diving into the Yii framework and check the possibilities.