Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
3 votes
2 answers
341 views

PHP blogging application with AJAX loading

I have been working on an online newspaper/blogging application with CodeIgniter 3.1.8 and Twitter Bootstrap 4. The latest feature added is lazy loading of posts. From the Static_model (...
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
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
212 views

Best practice for generating jQuery dynamical content

I am new user of CodeIgniter and I am trying to build an application that there are lots of jQuery dynamical content. Below I provide a code that I am using in order to be precise. The code below is ...
DanielTheRocketMan's user avatar
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
3 votes
3 answers
1k views

CodeIgniter AJAX messages submission security issue

I have a small social networking site built in CodeIgniter. Any registered user can send messages to others by visiting their profile. Today I noticed that one user sent bulk messages to 200 users. ...
Jadzia's user avatar
  • 33