Re: [PHP] I need some thoughts on code duplication and separation

2010-10-24 Thread Rico Secada
On Thu, 21 Oct 2010 10:55:14 -0400 Paul M Foster wrote: > On Thu, Oct 21, 2010 at 04:05:50AM +0200, Rico Secada wrote: > > > Hi. > > > > I am working on a small system where I am both trying to avoid code > > duplication and at the same time I am trying to keep the > > presentation logic separa

Re: [PHP] I need some thoughts on code duplication and separation

2010-10-21 Thread David McGlone
On Thu, 2010-10-21 at 08:01 +0200, Peter Lind wrote: > On 21 October 2010 04:59, David McGlone wrote: > > On Thu, 2010-10-21 at 04:05 +0200, Rico Secada wrote: > >> Hi. > >> > >> I am working on a small system where I am both trying to avoid code > >> duplication and at the same time I am trying t

Re: [PHP] I need some thoughts on code duplication and separation

2010-10-21 Thread Paul M Foster
On Thu, Oct 21, 2010 at 04:05:50AM +0200, Rico Secada wrote: > Hi. > > I am working on a small system where I am both trying to avoid code > duplication and at the same time I am trying to keep the presentation > logic separated from the application logic. > > I am using sessions and are avoidin

Re: [PHP] I need some thoughts on code duplication and separation

2010-10-21 Thread a...@ashleysheridan.co.uk
your javascript lines as appropriate. Thanks, Ash http://www.ashleysheridan.co.uk - Reply message - From: "Peter Lind" Date: Thu, Oct 21, 2010 07:01 Subject: [PHP] I need some thoughts on code duplication and separation To: "David McGlone" Cc: On 21 October 2010 04:59, D

Re: [PHP] I need some thoughts on code duplication and separation

2010-10-20 Thread Peter Lind
On 21 October 2010 04:59, David McGlone wrote: > On Thu, 2010-10-21 at 04:05 +0200, Rico Secada wrote: >> Hi. >> >> I am working on a small system where I am both trying to avoid code >> duplication and at the same time I am trying to keep the presentation >> logic separated from the application l

RE: [PHP] I need some thoughts on code duplication and separation

2010-10-20 Thread Tommy Pham
> -Original Message- > From: David McGlone [mailto:da...@dmcentral.net] > Sent: Wednesday, October 20, 2010 7:59 PM > To: php-general@lists.php.net > Subject: Re: [PHP] I need some thoughts on code duplication and separation > > On Thu, 2010-10-21 at 04:05 +0200, Rico

Re: [PHP] I need some thoughts on code duplication and separation

2010-10-20 Thread David McGlone
On Thu, 2010-10-21 at 04:05 +0200, Rico Secada wrote: > Hi. > > I am working on a small system where I am both trying to avoid code > duplication and at the same time I am trying to keep the presentation > logic separated from the application logic. > > I am using sessions and are avoiding "heade

[PHP] I need some thoughts on code duplication and separation

2010-10-20 Thread Rico Secada
Hi. I am working on a small system where I am both trying to avoid code duplication and at the same time I am trying to keep the presentation logic separated from the application logic. I am using sessions and are avoiding "headers already sent" problem by keeping the HTML out of the application.