I think the last alternative should be to switch to adoDB. Your app is almost done. You'd have to make a LOT of work to make it happen (if it's possible). IT in some cases delegates work when they shouldn't. In my case I had this problem a lot of times.
If you have a 486 with Windows 3.11 and you want to use Photoshop CS5, and an admin says "I can't get you a new PC just for one app. My advice would be to develop a new version of Photoshop that works on Windows 3.11". My example is a little exaggerated, but you get the point :) If they don't want to add a new server for only one system because they can't get new hardware just for that, then maybe they could add a VM on the actual server. I don't know your needs in terms of performance.. but if it's a local app, it should be enough in most cases. What I'm sure of is that it would be a lot easier than get your almost finished app to work with adoDB now. The thing is, it's an IT problem, not a development one. I hope your admin finally understands this point. Regards. 2011/1/21 Manuel Alejandro Gómez Nicasio <[email protected] > > Actually, we can setup a new server, that's no problem. But that is our > last alternative. The admin says he don't want to add a new server for only > one system. > > In the spanish group told me that PDO and adoDB are different things, the > first one is an ORM (object-relational mapping) and the other is an DBAL > (Database Abstraction Layer). The idea is to remove the PDO from propel > plugin and add adoDB, that sound easy but I think it will be a hard work, if > that change is possible. > > So, before we made our attempt to modify propel and learn the fundamentals > of propel and PDO. We want to be certain that the we can achieve the goal. > > thanks for your suggestions Gabriel. > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > You received this message because you are subscribed to the Google > Groups "symfony users" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<symfony-users%[email protected]> > For more options, visit this group at > http://groups.google.com/group/symfony-users?hl=en > -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en
