| Welcome to my demos... | ||
|---|---|---|
| Inheritable Data Class | This demo is an example of PHP's class inheritance and how to make some very useful funtions to clean data befor it touches the database. | |
| 1,000,000 Inserts | This demo creates 1,000,000 records and inserts them into a database to test the data base speed. | |
| JSON Table | This demo makes an Ajax call to another php file which queries two data tables via a left join. The data is returned to the browser as JSon and displayed in a table. | |
| MVC | This demo used the MVC model to ask the user for some data, perform a computation, and then display the results. | |