Re: [PHP] PHP Application Structre

2010-05-12 Thread Peter Lind
On 12 May 2010 17:17, Kevin Kinsey wrote: > > Well, again, I'm not purporting to be an authority, but the > first thing that comes to mind is that my reasoning would be > much the same as my reasoning in building stuff:  I've got a nice > STIHL chainsaw, but I don't need it to cut two-by-fours, an

Re: [PHP] PHP Application Structre

2010-05-12 Thread Peter Lind
On 12 May 2010 17:07, Paul M Foster wrote: > > Because your public internet server disables its use. > And once more I'm reminded of just how happy I am with my VPS and my dedicated server. Regards Peter -- WWW: http://plphp.dk / http://plind.dk LinkedIn: http://www.linkedin.com/in/plind Flic

Re: [PHP] PHP Application Structre

2010-05-12 Thread Kevin Kinsey
Peter Lind wrote: On 12 May 2010 07:10, Kevin Kinsey wrote: Ashley Sheridan wrote: On Tue, 2010-05-11 at 08:48 +0530, chetan rane wrote: Hi all, mod rewrite was actually inrduced to have search engne frendly urls. hnce if you want a seo site then you have to use options 1 & 2. using smarty

Re: [PHP] PHP Application Structre

2010-05-12 Thread Paul M Foster
On Wed, May 12, 2010 at 10:16:04AM +0200, Peter Lind wrote: > On 12 May 2010 07:10, Kevin Kinsey wrote: > > Ashley Sheridan wrote: > >> > >> On Tue, 2010-05-11 at 08:48 +0530, chetan rane wrote: > >> > >>> Hi all, > >>> > >>> mod rewrite was actually inrduced to have search engne frendly urls. >

Re: [PHP] PHP Application Structre

2010-05-12 Thread Peter Lind
On 12 May 2010 07:10, Kevin Kinsey wrote: > Ashley Sheridan wrote: >> >> On Tue, 2010-05-11 at 08:48 +0530, chetan rane wrote: >> >>> Hi all, >>> >>> mod rewrite was actually inrduced to have search engne frendly urls. >>> hnce if you want a seo site then you have to use options 1 & 2. using >>> s

Re: [PHP] PHP Application Structre

2010-05-11 Thread Kevin Kinsey
Ashley Sheridan wrote: On Tue, 2010-05-11 at 08:48 +0530, chetan rane wrote: Hi all, mod rewrite was actually inrduced to have search engne frendly urls. hnce if you want a seo site then you have to use options 1 & 2. using smarty or any templating engine for readibility is not total true. on

Re: [PHP] PHP Application Structre

2010-05-11 Thread Ashley Sheridan
On Tue, 2010-05-11 at 08:48 +0530, chetan rane wrote: > Hi all, > > mod rewrite was actually inrduced to have search engne frendly urls. > hnce if you want a seo site then you have to use options 1 & 2. using > smarty or any templating engine for readibility is not total true. > one of the major

Re: [PHP] PHP Application Structre

2010-05-10 Thread chetan rane
Hi all, mod rewrite was actually inrduced to have search engne frendly urls. hnce if you want a seo site then you have to use options 1 & 2. using smarty or any templating engine for readibility is not total true. one of the major advantages of using template engines is caching On 5/11/10, David

RE: [PHP] PHP Application Structre

2010-05-10 Thread Arno Kuhl
_ From: Ashley Sheridan [mailto:a...@ashleysheridan.co.uk] Sent: 10 May 2010 01:58 PM To: a...@dotcontent.net Cc: 'Alex Major'; 'php-general General List' Subject: RE: [PHP] PHP Application Structre On Mon, 2010-05-10 at 13:15 +0200, Arno Kuhl wrote: -Origina

Re: [PHP] PHP Application Structre

2010-05-10 Thread Peter Lind
On 10 May 2010 13:58, Ashley Sheridan wrote: > On Mon, 2010-05-10 at 13:15 +0200, Arno Kuhl wrote: > >> -Original Message- >> From: Alex Major [mailto:p...@allydm.co.uk] >> Sent: 10 May 2010 12:39 PM >> >> From what I've seen and used, there seem to be three distinct ways of going >> about

RE: [PHP] PHP Application Structre

2010-05-10 Thread Ashley Sheridan
On Mon, 2010-05-10 at 13:15 +0200, Arno Kuhl wrote: > -Original Message- > From: Alex Major [mailto:p...@allydm.co.uk] > Sent: 10 May 2010 12:39 PM > > From what I've seen and used, there seem to be three distinct ways of going > about it. > > 1) Using a 'core' class which has a re

RE: [PHP] PHP Application Structre

2010-05-10 Thread Arno Kuhl
-Original Message- From: Alex Major [mailto:p...@allydm.co.uk] Sent: 10 May 2010 12:39 PM >From what I've seen and used, there seem to be three distinct ways of going about it. 1) Using a 'core' class which has a request handler in it. All pages in the site are accessed through that

[PHP] PHP Application Structre

2010-05-10 Thread Alex Major
Greetings all, This question basically surrounds how you structure your PHP applications, whether it changes depending on what you're doing and which you'd favour. I have a feeling it'll come down to a question of personal taste, but on the off-chance there's a best practice I'll ask anyways.