More importantly, though, we need to design the css and html that will be used throughout all future modules. Also included in that is the AJAX library and supporting php server files that interact with it.
The difference between calling a function in php and calling it in AJAX is that php can preload the files and then later call the function/class, whereas AJAX calls the function/class by requesting the url. so AJAX requires 2 files where php only requires 1 but this prevents duplication of any code.
No comments:
Post a Comment