Web Application: Combining View Layer Between PHP and Javascript-AJAX
- by wlz
I'm developing web application using PHP with CodeIgniter MVC framework with a huge real time client-side functionality needs. This is my first time to build large scale of client-side app. So I combine the PHP with a large scale of Javascript modules in one project.
As you already know, MVC framework seperate application modules into…