From: Andreas A. <a.a...@th...> - 2001-09-24 12:14:21
|
Hi Alex, >Let's make sure that's final (as far as I'm concerned, it is) For me it's too. Except for the <entity:desc> tag. What do you think adding this? (see other mail). > declaration format, we should build in support for entity > declarations in xml2php. Agreed. What do you think of making all this (<entity:>, xml confis, queries, etc) part of bcc at a later point? So we can just run bcc over every textfile, it will detect what file it is (based upon name or internal grammatical criteria), and run the related compilers for each tag. >I'd like to get people's thoughts on that plan... but here's the >sequence of events that I see from here: > > -Complete bcc & tag modules > -Complete Multi-site make Agreed. This should be done before. I've similar intentions like Jason. Use the system as soon as possible, even is there is no advanced data handling (entity). And therefore Make should work, caus I hate copying the files over and over and writing php in templates. But entitymanager is very important too. So making bcc work for very basic tags that don't require much related handling (module, js, url, href, and maybe img) first and doing then multi-site make should happen before etymanager (at least from my point of view). > -Create simple test dataset for a test entity. > (populated schema file) > -Create a 'shell' entity manager and a small set > of modules designed each to test insert, update, > delete, select capabilities of entity manager. > -Complete and test basic methods necessary to get > and post data to the DB. > -Add validator support to entitymanager, build a > couple sample validators based on existing code > (avalances of it :) > -Add processor support to entityManager, and samples > -Finish off other complex additions: entity pointers, etc. Agreed. Andi |