Skip to content

Implementation Progress

humayari edited this page May 22, 2012 · 6 revisions

According to the priority which we have given to our backlog and also the milestones which are set,our progress is going well and Wazir Khan Ahmadzai has started the coding and beside that we all have searched and got the ideas about how to use helpers and libraries in CodeIgniter by using CodeIgniter User Guide and also some other sites.

##Form Helper: There are many types of helpers for different purposes such as; URL Helpers which helps you to create links, Form Helpers which help you create form elements, Text Helpers are used for text formatting routines, Cookie Helpers which is used to set and read cookies,etc. But till now we have just used the Form Helper for the purpose of creating registration and user login form,beside loading this helper to controller class, many functions of this helper are used in our view file.

##Form Validation: To verify that the data is entered correctly and meets the correct criteria , we need to use Form Validation ,this library is loaded to the controller file into function named index and as well a controller function is created and some necessary functions are used there to receive and process the submitted data.

##Session Class: When the users browse a site an object or class is needed to allow you maintain users' "states" and track their activity, fortunately this is the Session Class which takes care of these activities. We have got the idea that how to use the codeigniter session class, but still we have not implemented it and we are going to implement it soon.

Clone this wiki locally