Welcome
What?
This website is dedicated to demonstrate Ajax examples written in PHP with xajax and Code Igniter.
Why?
Simply put in this way, I like Ajax and PHP, and I have used PHP to develop websites for some period of time. Looking for the good Ajax Frameworks in PHP is always fun. What do I mean by "good"? easy to use!
Who?
My name is Alex Tsung - A family man, have a beautiful wife and two lovely daughters. Enjoy coding and creating web applications. Love photography and spend $$$ on fancy photo equipments :-) Check my blog.
When?
I will try my best to write some examples to show the Ajax examples using xajax and Code Igniter - if I can find free time. Ideally, all examples should use xajax, but if I cannot figure it out, then some examples will just be simply integrating third party softwares in Code Igniter.
Frameworks
What is Code Igniter?
Code Igniter is an Application Development Framework - a toolkit - for people who build web sites using PHP. Its goal is to enable you to develop projects must faster than you could if you were writing code from scratch, by providing a rich set of libraries for commonly needed tasks, as well as a simple interface and logical structure to access these libraries. Code Igniter lets you creatively focus on your project by minimizing the amount of code needed for a given task.
What is xajax?
xajax is an open source PHP class library that allows you to easily create powerful, web-based, Ajax applications using HTML, CSS, JavaScript, and PHP. Applications developed with xajax can asynchronously call server-side PHP functions and update content without reloading the page.