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

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

How can I fetch data from a web server in an android application? -

jquery - How can I dynamically add a browser tab? -