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

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

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -