Welcome Guest, Not a member yet? Register   Sign In
CRUD Using jQuery and Codeigniter Series
#11

[eluser]muhax[/eluser]
Thank you very much.
#12

[eluser]Unknown[/eluser]
I followed all the tutorials through, but after part 6, I got stuck at how to do paging, ordering and filtering from server-side. The examples from DataTables website use a different approach than yours, so I'm not sure how to proceed.

Will you add a next part explaining that?
#13

[eluser]jen_84[/eluser]
Hi!
I have followed your guide on this crud series but I have run into some problems.

I don't know if it's because I'm using newer versions of jquery.
The problems is that I can't create or update records in my database. The ajax animationstarts but nothing more. That can be wrong ?

Thanks in advanced!
Jen
#14

[eluser]InsiteFX[/eluser]
Did you change your controllers and models to the new versions?

Controller is now CI_Controller and Model is now CI_Model
#15

[eluser]jen_84[/eluser]
[quote author="InsiteFX" date="1328060174"]Did you change your controllers and models to the new versions?

Controller is now CI_Controller and Model is now CI_Model
[/quote]

I'm using codeigniter 2.1.0 so the controllers and the models extends CI_Controller and CI_Model.

The crud table shows like it should and edit dialog shows also as it should, but I can only delete records from the database.

Do you have any thoughts on that could be wrong ?

//Jen
#16

[eluser]InsiteFX[/eluser]
I have the code so I will convert it over and let you know what I find out!
#17

[eluser]InsiteFX[/eluser]
I sent you a PM with a download link for a CI ver 2.1.0 that works.




Theme © iAndrew 2016 - Forum software by © MyBB