thephpleague / factory-muffin

Enables the rapid creation of objects for testing
https://factory-muffin.thephpleague.com/
MIT License
531 stars 72 forks source link

Add Yii2 extension reference to README #389

Closed saada closed 9 years ago

GrahamCampbell commented 9 years ago

Give me some time to think about this. :)

GrahamCampbell commented 9 years ago

I've decided that I don't want to encourage people to have an automated loading system given that it's so quick and easy for people to write one for themselves.

saada commented 9 years ago

@GrahamCampbell , I see that you added CakePHP integration reference on the Readme. Can we reopen this pull-request then?

GrahamCampbell commented 9 years ago

Meh, added it. I might remove them both though. Not decided yet.

GrahamCampbell commented 9 years ago

I don't think an integration is needed, that's all.

saada commented 9 years ago

The reason why it's needed in Yii2 is because of error handling. Errors happening at the model instantiation/creation/update/delete are not logged by default. The integration piece takes care of these issues among other framework specific issues.