> This is suboptimal for production because you insert yet another > layer (parsing) > impacting on performance. You'd better have a generator divided in > two parts. > One to read database schema and one to output it, so the second can > be made > to output php code or xml plus php code to parse it.
Fair point. My idea is really guided by trying to keep the configuration of such a db mapping file as simple as possible since db automation will likely be a very popular core feature that new users will use in ZF. best wishes, Si
