Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Kohana 3 ORM Table Naming

My question is about the conventions around a multi-worded MySQL table name e.g. "comments_flags," which is not a pivot table.

  • What is the correct database table name for "comments_flags"?
  • What would the corresponding model name be?

Thanks for any advice.

like image 627
user1046595 Avatar asked Jun 30 '26 17:06

user1046595


1 Answers

It is no different then for single word cases.

What is the correct database table name for "comments_flags"?

comments_flags

What would the corresponding model name be?

Model_Comments_Flag

What should be the path to the model?

application/classes/model/comments/flag.php
like image 183
matino Avatar answered Jul 05 '26 01:07

matino



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!