Re: PHP site development
From: Me (jdangler_at_atlantic.net)
Date: 07/06/04
- Next message: Geoff Berrow: "Re: parse error in nested query - please help."
- Previous message: Polar: "Re: parse error in nested query - please help."
- In reply to: Tony Marston: "Re: PHP site development"
- Next in thread: Tony Marston: "Re: PHP site development"
- Reply: Tony Marston: "Re: PHP site development"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 06 Jul 2004 06:33:28 GMT
Tony~
Having spent lots of time in the database world, I must say that I relate
yo some of your history very well. I have spent the last 6 hours or so
reading through different articles and tutorials which you have authored
on your site, and I am happy to say that I am learning as much as I ever
have in a longer period of time than I care to remember. While PHP
doesn't seem strange to me (especially in the context you put it in
combining object oriented approaches to data manipulation), some of how
it is implemented appears a little 'fuzzy'. But, I have a feeling that
by the time I complete reading the rest of the referenced parts
mentioned on your site, I may well have enough information to poke
through the fog and formulate some ideas on how to properly design an
implementable application for web use. Thank you very much for creating
this site. I consider it a valuable resource on the subject. I hope
that you will remain in the 'universe' for further inquiries by those of
us who appreciate what you have endeavored to teach.
Kind regards...
On Mon, 05 Jul 2004
22:10:39 +0100, Tony Marston wrote:
> Take a look at http://www.tonymarston.co.uk/php-mysql/infrastructure.html
> which identifies a development environment based on the 3 tier architecture.
>
> Also look at
> http://www.tonymarston.co.uk/php-mysql/model-view-controller.html which
> shows how it also incorporates the Model-View-Controller design pattern.
>
> There is a sample application based on these architectures described in
> http://www.tonymarston.net/php-mysql/sample-application.html which you can
> run online. You can also download all the source code and see how it ticks.
> This uses classes for all entity and database access, so it should give you
> an idea of what can be done.
>
> It looks complicated, but using the modules that I have created it is
> possible to build and maintain web components with much less effort.
>
> HTH.
- Next message: Geoff Berrow: "Re: parse error in nested query - please help."
- Previous message: Polar: "Re: parse error in nested query - please help."
- In reply to: Tony Marston: "Re: PHP site development"
- Next in thread: Tony Marston: "Re: PHP site development"
- Reply: Tony Marston: "Re: PHP site development"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|