Submitted by mattman on Mon, 01/30/2012 - 21:09
This PHP class will take the data from a csv file and import it into a MySQL table. It is very useful if you have data that you manage/modify in a spreadsheet program like Excel and need to import the data into a MySQL database table. The class will allow you to specify field names manually, or use field names from the csv file in the first row. This .zip package includes an example.php file that shows how to use the class.
Submitted by mattman on Mon, 01/30/2012 - 20:23
This class will take any normal HTML code and format it for a Content Management System (CMS) to use for a module. This is a great tool for helping to create modules for PHP-Nuke, PostNuke, and CPGNuke. It will take code that you write and format it to be compatible with these CMS systems. It will even automatically detect which CMS you are using. The .zip package includes an example.php file showing how to use the class. This is the same class that allows TotalCalendar to be compatible with all 3 CMS systems mentioned previously. Here is a breif scenerio of what it is used for: