Question

Csgs

How Can I Organize My AJAX Handlers in a Secure, Logical, and Structured Manner?

Asked by Csgs 2 months ago ajax

Answers

Devone
0
 
I would have an index.php front controller that handles the page generation and all AJAX requests. Then you can have the same files that create new pages handle AJAX actions. I would even consider templating and module reloading.

by Devone 2 months ago

Answer this question

How Can I Organize My AJAX Handlers in a Secure, Logical, and Structured Manner?

0 errors found:

 
0