| Article: |
Simplify Business Logic with PHP DataObjects | |
| Subject: | Some Followup | |
| Date: | 2004-12-12 21:45:21 | |
| From: | DarrylP | |
|
A couple of good replies have been posted. Before I address them, let me start by saying that this article is meant to be an introduction to the concepts and design patterns related to DataObjects. I chose very simple examples of how to implement DataObjects in PHP. It'a also meant to help demonstrate how DataObjects can make working with a database more transparent. The hope is to, at the very least, get the novice PHP coder to think about how they interact with their database.
|
||
Showing messages 1 through 1 of 1.
-
Some Followup
2004-12-19 19:28:29 alien3d [View]
I have created with some method like this before i visiting this site but the main problem with php when created a lot of sub class and one superclass sometimes i execute the code but sometimes are not.And when execute $object->sub_object(); php will confuse with other page same $object->sub_object() and it will return empty page with no error without execution


