Re: [PHP] Help with this-> pointers

2001-07-24 Thread Sean Cazzell
The $foo->bar() syntax is actually object references in PHP, not pointers. See the docs in the php manual regarding objects in PHP. Kind Regards, Sean -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

[PHP] Help with this-> pointers

2001-07-24 Thread Clayton Dukes
Hi everyone, Forgive my ignorance, I'm trying to re-write an old contact databse that didn't work. I have everything written out, but the old code used pointers (ie: this->$db). I'm not familiar with that type of code, how can I convert it? ---snip--- $sql="select distinct site from contacts_d