CodeIgniter Forums
doctrine 2 with CodeIgniter 2 No Metadata classes to process - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: doctrine 2 with CodeIgniter 2 No Metadata classes to process (/showthread.php?tid=57147)



doctrine 2 with CodeIgniter 2 No Metadata classes to process - El Forum - 02-20-2013

[eluser]Unknown[/eluser]
Hi everyone,

I use CodeIgniter 2 with doctrine 2 and this is the project that I am working in

https://github.com/wildlyinaccurate/CodeIgniter-2-with-Doctrine-2

I need to generate Entity classes from existing Database

so I configured the Doctrine to be in development mode and I set the Database on the CodeIgniter

after that I write this command

php doctrine orm:convert-mapping --from-database annotation models/generated

the classes generated correctly from database but without any method,after that I write this command for generating entities

php doctrine orm:generate-entities --regenerate-entities="1" models/generated

but I find this error "No Metadata classes to process"

Thanks.


doctrine 2 with CodeIgniter 2 No Metadata classes to process - El Forum - 09-18-2013

[eluser]Unknown[/eluser]
I am having the same error, resolved?