Re: [PHP] Code and Good Design Methods

2003-07-16 Thread Ray Hunter
Actually, MVC works really well with XML technologies, however, there needs alot of work in php's core to fully utilize the benefits of an mvc paradigm. -- BigDog On Wed, 2003-07-16 at 04:12, Joel Rees wrote: > > Hi Joel, > > > > Thanks for nice comments on the XML, XSL. > > > > I want to know

Re: [PHP] Code and Good Design Methods

2003-07-16 Thread Joel Rees
> Hi Joel, > > Thanks for nice comments on the XML, XSL. > > I want to know more about it. can you please send me > some article, links and tutorials? > > Thanks > > Hardik The ultimate source for xml related technologies is the World Wide Web Consortium at http://www.w3.org Most of the

Re: [PHP] Code and Good Design Methods

2003-07-15 Thread Hardik Doshi
Hi Joel, Thanks for nice comments on the XML, XSL. I want to know more about it. can you please send me some article, links and tutorials? Thanks Hardik --- Joel Rees <[EMAIL PROTECTED]> wrote: > > Let's be honest, XSL is is one big logic step > itself -- moreover it's a > > whole other langua

Re: [PHP] Code and Good Design Methods

2003-07-14 Thread Joel Rees
> Let's be honest, XSL is is one big logic step itself -- moreover it's a > whole other language to learn. I wouldn't call it a _big_ step. It only looks big when you look down. 8-) I would tend rather to encourage the use of XSL, myself. If you can pick up php okay, you ought to have few probl

Re: [PHP] Code and Good Design Methods

2003-07-13 Thread Ray Hunter
True xsl(t) is a language in and of itself along with xpath, xpointer, and a host of others. However, it is safe to point out that this is another alternative that can be reviewed. It possibly may be the hardest to incorporate; however, it needs to be mentioned as well. -- BigDog On Sun, 2003-0

Re: [PHP] Code and Good Design Methods

2003-07-13 Thread Robert Cummings
Let's be honest, XSL is is one big logic step itself -- moreover it's a whole other language to learn. Cheers, Rob. On Sun, 2003-07-13 at 02:07, Ray Hunter wrote: > Also u could build your own system that is php xml and xslt based. That > will really help you separate the logic from the presentat

Re: [PHP] Code and Good Design Methods

2003-07-12 Thread Ray Hunter
Also u could build your own system that is php xml and xslt based. That will really help you separate the logic from the presentation. Check out (dom)xml and (dom)xslt. Sometimes there is still logic in the presentation with template systemswith xslt however, it might be to much for the design