/*———————————————————————————————Update 10/16/2011: This tutorial has been here for older version (< 1.0.x) of PyroCMS. Latest Stable PyroCMS release is v1.3.2Please download and use following tutorial files which are for PyroCMS 1.3.2: PyroCMS Hello World Module tutorial pdf for v1.3.2Download Sample Hello World Module PyroCMS 1.3.2 Pyro docs have been significantly improved over the year. You […]
Find yourself again and again doing CI or are you just getting started in to your next big project ? Get this book by Rob Foster. This is an easy-to-follow guide consisting of a number of projects that enable you to develop full-featured applications at a fast pace. CodeIgniter Web Application Blueprints What is here: […]
Continued from Hello World – CodeIgniter! I’ve been a bit busy with my development works. Talking about codeigniter,i will discuss today on how we can use it to access MySql database, insert data into tables, retrieve and display them, at times delete them. We’ll create a very simple Bookmark Manager App (just for the sake […]
So you decided to learn CodeIgniter PHP MVC Framework. I am too starting with it and planning to post a series of introductory tutorials on it. Here i go with – Hello World example in CodeIgniter. Install Code Igniter http://codeigniter.com/ Download CodeIgniter copy form the above site. The version i am using is 1.7.2I assume […]