This commit is contained in:
Simon Welsh 2011-10-29 13:48:22 +13:00
parent 03f52c42d9
commit af144d9692

View File

@ -19,6 +19,7 @@ requires the MyISAM storage engine, any DataObject you wish to use with Fulltext
engine.
You can do so by adding this static variable to your class definition:
:::php
static $create_table_options = array(
'MySQLDatabase' => 'ENGINE=MyISAM'