Dingo Framework

Dingo is a Rapid Development Application Framework written in PHP. Dingo allows you to create dynamic changing websites easily and quickly.

Database Table Operations

Drop A Table

Just do this to get rid of a table named 'wow':

db::drop('wow');

Truncate A Table

To truncate table 'wow' do this:

db::truncate('wow');

© 2008 - 2010 Evan Byrne