Category Archives: codeigniter

Stuff about codeigniter

Ajax form submission and validation with jquery in codeigniter

I use jquery in almost all websites i make, so now i tried to have some ajax to the forms of my website. I didn’t use any libraries (i heard there are some libraries for ajax in codeigniter, but i … Continue reading

Posted in codeigniter | Tagged , , | Leave a comment

Pagination in codeignitor

This is an example of generating and displaying pagination in codeigniter. For Controller For model For view

Posted in codeigniter | Leave a comment