A

Admin • 831K Points
Coach

Q. Which property defines the table name in a Trishul model?

Code:
public string $table_name = 'users';
  • (A) $table
  • (B) $table_name
  • (C) $db_table
  • (D) $tablename
  • Correct Answer - Option(B)
  • Views: 1
  • Filed under category Trishul API
  • Hashtags:

Explanation by: Admin
$table_name is used to define the database table.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.