Sunday, November 23, 2014

After creating this interface  when i clicked the "Create Your Account" button i want to insert that entered data into database. According to MVC architecture let's see how to connect view,controller and model. After creating view we have to call controller.We can use form_open() method to call controller. According...