Re: [Phplib-users] Classes, MySQL, Images & phplib
Brought to you by:
nhruby,
richardarcher
From: Herouth M. <he...@it...> - 2002-01-01 07:30:17
|
On 2001 December? 31 ,Monday 17:30, Layne Weathers wrote: > > I think you might want to try instantiating your db class here > instead of the image class you are creating. Try (with your class > name): > > $img->db = new DB_Example; > In addition, since this is the class definition, don't you mean $this->db? What is $img? Herouth |