Solar_Cli_MakeModel::_setTable()

protected void Solar_Cli_MakeModel::_setTable ( string $class )

Sets the table name; determines from the class name if no table name is given.

Parameters

  • (string) $class: The class name for the model.

Returns

  • (void)

Description

Sets the table name; determines from the class name if no table name is given.



Local