Re: [PHP] Best practices for php application

2004-10-21 Thread Brent Clements
For a pretty cool PHP MVC Framework, check out http://www.phpmvc.net/ -Brent - Original Message - From: "Matthew Weier O'Phinney" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 21, 2004 9:11 PM Subject: Re: [PHP] Best practices for

Re: [PHP] Best practices for php application

2004-10-21 Thread Matthew Weier O'Phinney
* Brent Baisley <[EMAIL PROTECTED]>: > On Oct 21, 2004, at 12:47 PM, abrea wrote: > > Dear list, > > Does anybody know of a url where I can find reading materials about > > best practices to organize the filesystem and variable structure of > > a php application? Although application purposes prob

Re: [PHP] Best practices for php application

2004-10-21 Thread Brent Baisley
That's a whopper of an open ended question. I found the biggest help for me was reading up on the MVC (Model, View, Controller) technique, which is probably the most commonly used "design pattern" for just about any language. On Oct 21, 2004, at 12:47 PM, abrea wrote: Dear list, Does anybody kn

Re: [PHP] Best practices for php application

2004-10-21 Thread Robby Russell
On Thu, 2004-10-21 at 13:47 -0300, abrea wrote: > Dear list, > Does anybody know of a url where I can find reading materials about best > practices to organize the filesystem and variable structure of a php > application? > Although application purposes probably vary widely, I imagine that in on

RE: [PHP] Best practices for php application

2004-10-21 Thread Jay Blanchard
[snip] Does anybody know of a url where I can find reading materials about best practices to organize the filesystem and variable structure of a php application? Although application purposes probably vary widely, I imagine that in one way or other most include adding, updating, deleting and di

[PHP] Best practices for php application

2004-10-21 Thread abrea
Dear list, Does anybody know of a url where I can find reading materials about best practices to organize the filesystem and variable structure of a php application? Although application purposes probably vary widely, I imagine that in one way or other most include adding, updating, deleting an