Re: Web Interface and index.pl separated?!?
- From: "Lord0" <lawrence.tierney@xxxxxxxxxxxxxxxx>
- Date: Wed, 13 Apr 2005 12:43:44 GMT
"Do you think that i must separate the page's interface in a file by itself
and then in another index.pl make calculations and stuff with it:"
It *IS* easier to put everything in one place but this can quickly become
unmaintainable for anything but the smallest project. Many "design patterns"
would suggest that you keep your presentation i.e. your webpage and your
business layer i.e. your calculations seperate. You may want to google for
"model view controller" for some more info on this.
.
- References:
- Web Interface and index.pl separated?!?
- From: Nikos
- Re: Web Interface and index.pl separated?!?
- From: axel
- Web Interface and index.pl separated?!?
- Prev by Date: Re: Matching mixed up words
- Next by Date: Re: Web Interface and index.pl separated?!?
- Previous by thread: Re: Web Interface and index.pl separated?!?
- Next by thread: Re: Web Interface and index.pl separated?!?
- Index(es):
Relevant Pages
|