Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
4 votes
2 answers
411 views

Blogging application with Codeigniter back-end and AngularJS front-end

I am working on a blog application with Codeigniter 3.1.8 and AngularJS v1.7.8. The Dashboard of the application is "pure" Codeigniter, with Models, Controllers, and views, while the fronted is made ...
Razvan Zamfir's user avatar
3 votes
1 answer
127 views

Ajax table action and process

I'm trying to learn Ajax better, and I'm developing an application in CodeIgniter. The following code is working, there are no errors. But for every function and call I think I'm repeating callbacks ...
Gianfabio Pezzolla's user avatar
0 votes
2 answers
4k views

CodeIgniter CRUD using AJAX

I am trying to use AJAX with CodeIgniter. I have some code, but I am not sure that the code is in proper way / officially correct according to the programming way. All I want is that if someone in the ...
msz's user avatar
  • 109
3 votes
2 answers
476 views

PHP+JS Code Combining

Just wondering if this is okay to do? I have to store some PHP variable values into LocalStorage. ...
Faisal Ashfaq's user avatar
2 votes
1 answer
124 views

Light, custom CMS for a site

I'm working on a light, custom CMS for my site and I am trying to use Ajax calls for most of the server-side interaction. I am still pretty new to web development, so if I am breaking any conventions ...
Wold's user avatar
  • 121
3 votes
1 answer
512 views

Correct MVC in CodeIgniter

In my CodeIgniter project I have a Login controller that load this view: ...
AndreFontaine's user avatar
5 votes
1 answer
287 views

jQuery click handlers

I'm working with Codeigniter and I have a jQuery file to add some functionalities. But I think I'm doing it in a wrong way. ...
AndreFontaine's user avatar
3 votes
2 answers
5k views

Loading content in page via jQuery

I'm doing a website in CodeIgniter and I'm loading the content page via jQuery, but I don't know if this is a good practice or not. Could I improve it? jQuery: ...
AndreFontaine's user avatar