Hi all,
while I do understand fuel already has it's lightweight built in ORM, I would like to know how to integrate doctrine orm for more data intensive projects and quite possibly a detailed in-depth guide perhaps? Much like how this swiftmailer guide was done: http://fuelphp.com/forums/topics/view/2466
Hoping for your reply,
Thanks
Is should be fairly straitforward to create a doctrine package. FuelPHP's autoloader supports the PSR-0 namespace, so I don't expect any major issues there.