'Database' Category

Converting MySQL table from InnoDB to MyISAM

August 31st, 2006 · Posted in Database, Blogging · 0 Comments

I recently needed to convert a MySQL table in a…

PHP Object Generator

December 23rd, 2005 · Posted in Development, Database, Tools · 0 Comments

I found this searching for ‘development‘ tags on Technorati, and it looks very promising. It’s a very simple interface to generate PHP objects quickly and with integrated CRUD methods. Which is an obvious headstart in developing PHP applications. I made a sample object for a table that would hold the post information for a simple content management system.