Re: PHP site development
From: Tony Marston (tony_at_NOSPAM.demon.co.uk)
Date: 07/06/04
- Next message: Tony Marston: "Re: Getting rid of imported variables"
- Previous message: Kevin: "Re: Cannot read information from form using POST or GET ($_Post is empty)"
- In reply to: Me: "Re: PHP site development"
- Next in thread: atlantic: "Re: PHP site development"
- Reply: atlantic: "Re: PHP site development"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 6 Jul 2004 10:18:48 +0100
"Me" <jdangler@atlantic.net> wrote in message
news:pan.2004.07.06.06.33.53.808390@atlantic.net...
> 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'.
New and different implementations always appear fuzzy at first, but as you
become more familiar with them the fog begins to clear.
> 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...
Thank you for those kind words. It is nice to know that my humble efforts
are appreciated.
-- Tony Marston http://www.tonymarston.net > 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: Tony Marston: "Re: Getting rid of imported variables"
- Previous message: Kevin: "Re: Cannot read information from form using POST or GET ($_Post is empty)"
- In reply to: Me: "Re: PHP site development"
- Next in thread: atlantic: "Re: PHP site development"
- Reply: atlantic: "Re: PHP site development"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|