Hi there,
at work we designed the whole architecture for our projects from
scracht based on freetrade.
We use database abstraction, with PHPLib classes, code and design
separated with templates using Xtemplate.
It´s in spanish, its a coshopper like web. See it in action in:
http://www.secompra.com
Private area files:
/libraries classes and functions
/data_files especial data, arrays and other
/mail_tpl mail templates
/code_pages PHP code
/html_tpl html templates
config_file configuration file
Public area files:
index.php
Every time we request a page, that page gets:
1st main layout, could be different for every page
2nd layout calls needed screen modules, left navigation, etc
3rd runs specific code
4th parse recursively all: layout, modules and body
Every layout, module and page, has the "page" and its template. Allways
code behind the template.
Hope this help, bye.
J.Valle [EMAIL PROTECTED]
----------------------------------------------------------
http://www.1234web.net hospedaje y servidores
http://www.dominacion.com alta y gestión de dominios
----------------------------------------------------------
On Tue, 20 Feb 2001 18:12:10 +0000
Bob Hutchinson <[EMAIL PROTECTED]> wrote:
> As things are pretty quiet on the freetrade mailing list at the moment, I
> would like to instigate a discussion on the subject of program
> architecture, a subject, I suspect, close to Leon's heart.
>
> To get the ball rolling, here is a heading:
>
> 1. the need to seperate, in an integrated way, the various different skills
> involved.
> eg
> Database admin
> html styling
> php programming
>
> bye
> Bob Hutchinson
> [EMAIL PROTECTED]
>
>
>
> ------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Site: http://www.working-dogs.com/freetrade/
> Problems?: [EMAIL PROTECTED]
>
>
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]