2

How do I integrate doctrine with PyroCMS? I have been used doctrine with codeigniter but is not the same thing to integrate with pyrocms. Can someone help me?

thx

2 Answers2

1

I can't see any reason why you could not just use Doctrine in the same way as you would with CodeIgniter. Nothing should block that. (Lead Developer of PyroCMS).

Phil Sturgeon
  • 30,637
  • 12
  • 78
  • 117
  • 1
    I did it ^^. if someone wanna know how to use doctrine with pyrocms as a helper (autoloaded or not) just read: http://www.estilofacil.com/blog/programacao/frameworks/integrating-pyrocms-and-doctrine-1-2/ – Anderson Nunes Apr 16 '11 at 23:03
  • Easiest solution is just to install the Spark: http://getsparks.org/packages/doctrine2/versions/HEAD/show – Phil Sturgeon Apr 18 '12 at 20:03
1

I did it ^^. if someone wanna know how to use doctrine with pyrocms as a helper (autoloaded or not) just read: http://www.estilofacil.com/blog/programacao/frameworks/integrating-pyrocms-and-doctrine-1-2/