[eluser]ndovado.com[/eluser]
We are working on a new web application using codeigniter and doctrine.
We already have the database schema on our mysql 5.0.45 database, and we need to create the models classes from this source. Through the doctrine API we achive this goal but we need to know if exist a way to customize the classes generation:
As we can read on the documentation, every model classes must extend the Model class.
Does exist a way to for doctrin for this purpose?
During my tests, I have seen that doctrine generate classes whiteout extend the Model class.
Is this a problem?
Thank you.