From: Jason S. <jsw...@ya...> - 2003-03-03 22:57:32
|
Hi Arnold, Hope your workload will allow for some development time for Phrame soon. With regards to your request for cvs layout, might I suggest phrame phrame/util phrame_doc phrame_ex I know you have expressed reservations about the util classes, and how closely they are assoiated with Phrame, so perhaps you might also concider: phrame phrame_doc phrame_ex util and use a relative path for the include: require_once '../util/HashMap.php'; You might also want to do what some other projects have done with dblogin includes...test for a file (not in cvs) that would contain a path prefix for the util files, otherwise use a default. This would allow for some flexibility if someone wanted to move the files elsewhere. HTH Jason --- On 02/12/2003 Arnold Cano <arn...@ya...> wrote: > I appreciate everyones patience for the new beta > release of Phrame that fixes quite a few outstanding > design issues. > > 1. Redesigned uses of include() to require_once() on > demand > 2. Refactored core classes > 3. Utilized references throughout > 4. Separated the utils classes from the core classes > 5. Added support for dispatch actions through the > 'parameter' attribute > 6. Added support for per action error handlers > 7. Added a pure php example to the Phrame examples > ... > > Unfortunately, my current workload does not leave with > me with much time to develop Phrame as much as I'd > like. I will be adding the stable and beta release > mentioned above to the sourceforge cvs as soon as I > can. Any ideas on the layout of the cvs structure > would be appreciated. > > Thanks, > > Arnold __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ |