rshendershot / MythRokuPlayer

mythtv front end for Roku player
tbd
8 stars 2 forks source link

replace PHP.ActiveRecord #11

Open rshendershot opened 11 years ago

rshendershot commented 11 years ago

I want to remove ActiveRecord and my current thinking is to wrap PDO in a light layer that provides XML from database lookups. That would easily integrate with XmlInjector and provide object-based access throughout, without the need to install DAL or ORM packages from pear or such. My target is 0.26. With 0.27 on the horizon I don't see a need for backwards support since anyone doing that hasn't changed their install in a while.