SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
-
Jul 6, 2007, 03:19 #1
- Join Date
- Jun 2007
- Location
- Sweden
- Posts
- 95
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Does anybody know any good tutorials for learning PEAR::DB_DataObject?
Does anybody know any good tutorials for learning PEAR::'DB_DataObject?
I'm using the book PHP Anthology: OOP PHP solutions vol. 1
and I'm having trouble seeing how things work with this Database Abstraction Layering method. I was trained in using hard coded SQL which takes more time to do but the benefit is that you see what's happening very easily.
I can't understand how the layer abstraction code in this book's example work. So I would like some tips for tutorials on the Web where you can follow some more simple excercises.
-
Jul 6, 2007, 04:08 #2
- Join Date
- Apr 2007
- Location
- India
- Posts
- 509
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
have a look at this
DB_DataObjectBarbara
-
Jul 6, 2007, 04:20 #3
- Join Date
- Jun 2007
- Location
- Sweden
- Posts
- 95
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
tnx!
Bookmarks