I'm wondering if anybody has thoughts on how to migrate a project from zf1 to 2. I'm on a projects with a fairly large code base and simply replacing zf1 with zf2 all at once doesn't really seem practical. I think it would be nice if there was a way to have an intermediate stage where we use both version 1 and 2 while we phase out version one. I was thinking this could be possible using a classpath autoloader. I figure that should be able to load the correct class since the class map would recognize the different class names based on the different namespace separator. Anyways, I haven't really given this much thought but I was wondering if anybody else has and whether or not the only practical solution is to use one or the other.
Mark -- Have fun or die trying - but try not to actually die. -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
