Reply to Re: can i have an array as a class variable?

Your name:

Reply:


Posted by Kimmo Laine on 11/17/23 11:57

"Slant" <rcross@gmail.com> wrote in message
news:1157476551.134715.190600@d34g2000cwd.googlegroups.com...
> I see no reason why this should not work. In a recent post here in
> this same group, I posted a very similar example for a Database
> instantiation class:
>
> function __construct() {
>
> $db['host'] = "localhost";
> $db['user'] = "root";
> $db['pass'] = "";
> $db['name'] = "pbtportal";
>
> $link = mysql_connect($db['host'],$db['user'],$db['pass']);
> mysql_select_db($db['name'],$link);
>
> }
>
> Works like a charm! In this case, I did not declair the variable "$db"
> but probably should have.

IMHO, those aren't class members, the $db elements. You should be using the
$this pointer: $this->db[...]. Now they're only visible inside the scope of
the __construct method. This is't exactly the same thing that nephish was
asking...

Still, the way nephish was doing it works fine, your example just doesn't
demonstrate it very well.

--
"Ohjelmoija on organismi joka muuttaa kofeiinia koodiksi" - lpk
http://outolempi.net/ahdistus/ - Satunnaisesti p�ivittyv� nettisarjis
spam@outolempi.net || Gedoon-S @ IRCnet || rot13(xvzzb@bhgbyrzcv.arg)

[Back to original message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация