schmunk42 / gii-template-collection

Gii Template Collection with code templates for models and CRUDs
https://github.com/schmunk42/gii-template-collection
51 stars 20 forks source link

Update basemodel.php #41

Closed uldisn closed 11 years ago

uldisn commented 11 years ago

Fixed GtcSaveRelationsBehavior name

schmunk42 commented 11 years ago

Thanks!

motin commented 11 years ago

This merge caused a conflict with the release branch.

<<<<<<< HEAD
                    'class' => 'GtcSaveRelationsBehavior'
=======
                    'class' => 'vendor.schmunk42.relation.behaviors.GtcSaveRelationsBehavior'
>>>>>>> bc2e2c2301697dd94d435572a8d36c9eb41b11e3

Which one is more correct?

schmunk42 commented 11 years ago

Use: GtcSaveRelationsBehavior it's more flexible.

Yii from 1.1.15 should support the composer autoloader without using \GtcSaveRelationsBehavior.