I work on a big scale web project that utilizes Doctrine 1.2 and integrated into CodeIgniter's framework. At this point in time we can't actually upgrade Doctrine to 2.0 due to proudction release schedules and whatnot, so my question is this. Is there a way to utilize Doctrine 2.0's entitymanager inside Doctrine 1.2?
Although getting on the fore-front of optimization is always a good thing to do, it also becomes a back burner item when working in a fast paced environment. If not using Doctrine 2.0's entitymanager, is there a way to speed up transactional queries using 1.2?