All Questions
Tagged with codeigniter javascript
8 questions
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 ...
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 ...
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 ...
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.
...
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 ...
3
votes
1
answer
512
views
Correct MVC in CodeIgniter
In my CodeIgniter project I have a Login controller that load this view:
...
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.
...
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:
...