view Tutorials » CodeRiddles

Advertisement

Latest Posts

Codeigniter CRUD Day 2

Codeigniter CRUD: Day 2 Create Operation: In Day 1 Create Model we created backend model which is responsible for all database related tasks. Now we have our database logic ready let’s move on to Create Operation of Codeigniter CRUD. Before we start working on Controller Code. Let’s first set some configuration required for Codeigniter CRUD Tutorial. […]

Read More...

Advertisement

iPhone Application Development

As you probably know MVC is not something that exists just for the iPhone Application Development. MVC is a software design pattern. You can do this in java, c#, web or desktop applications. Core of MVC is to rip your data and your user interface apart. You should be able to change one without affecting […]

Read More...

Codeigniter

In Previous Tutorial we have discussed about basic concept of controller & view, but we haven’t seen how to pass data to view from codeigniter controller. That’s what we are going to learn now. Let’s say we want to pass title and content to a view so it can display data according to what we […]

Read More...

Codeigniter

What is Codeigniter? Codeigniter is a MVC based framework for PHP. Which enables programmer to build web application in modern way. if you dont know what MVC is then please refer to the previous tutorial : Introduction to MVC Architecture. Codeigniter is an open source platform to develop web application so if required we can add […]

Read More...