I’ve noticed that tableName() method is overridden in the default template of Gii AR model generator.
On the other hand in the User model in Advanced Application Template there is used a parent method of ActiveRecord class which generates the table name dynamically from the model class name.
Is there a reason why the default Gii template overrides the parent method?