Any idea to include a real ORM into CmsMadeSimple
Posted: Sun Dec 16, 2012 6:33 pm
Hello everyone
I'm thinking about adding ORM features into cmsmadesimple and i had two possibility : rewrite the wheel or use a existing ORM (like Doctrine)
Let's go for the wheels !
... I've already written last year a very small ORM and it was a great adventure ... but i would try something bigger like CmsMadeSimple > Doctrine > Adodb > Mysql
But the more i searched, the more it seems that it would be impossible ... Adodb and Doctrine doing the same (database Abstraction Layer) so it's only possible to have :
cmsms > adodb > mysql
cmsms > doctrine > mysql (??? i don't know if it's would be possible ...)
So i have many many many questions ... but i will ask you only one : what do you think about all these things... some ideas ?
http://www.doctrine-project.org/
I'm thinking about adding ORM features into cmsmadesimple and i had two possibility : rewrite the wheel or use a existing ORM (like Doctrine)
Let's go for the wheels !

But the more i searched, the more it seems that it would be impossible ... Adodb and Doctrine doing the same (database Abstraction Layer) so it's only possible to have :
cmsms > adodb > mysql
cmsms > doctrine > mysql (??? i don't know if it's would be possible ...)
So i have many many many questions ... but i will ask you only one : what do you think about all these things... some ideas ?
http://www.doctrine-project.org/