Kohana ORM - Table's type -
in kohana orm, need set database table type of innodb. learn myisam little bit faster innodb. example, here
is database schema orm driver, can use myisam without defining foreign-keys , leave rest our code using $_has_many, $_belong_to...?
thank you:)
kohana orm doesn't differentiate between mysql table engines , cannot use foreign key constraints manage dependencies automatically.
so whichever table engine use - still has specify $_belongs_to
etc relation maps manually.
Comments
Post a Comment