-
Recent Posts
Recent Comments
- James on CRUD with entities from multiple namespaces in Symfony 2 and Doctrine
- Ramazan on CRUD with entities from multiple namespaces in Symfony 2 and Doctrine
- Salminen on CRUD with entities from multiple namespaces in Symfony 2 and Doctrine
- nzurita on CRUD with entities from multiple namespaces in Symfony 2 and Doctrine
- nzurita on CRUD with entities from multiple namespaces in Symfony 2 and Doctrine
Archives
Categories
Meta
Category Archives: PHP
CRUD with entities from multiple namespaces in Symfony 2 and Doctrine
Using the CRUD generator in Symfony 2 is a breeze, as long as your entities are all in the same database and namespace. In one of my current projects we do not, and ran into problems. We finally got it … Continue reading