You are here: Re: can i have an array as a class variable? « PHP Programming Language « IT news, forums, messages
Re: can i have an array as a class variable?

Posted by nephish on 12/16/02 11:57

Kimmo Laine wrote:
> "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)

OK, i have a new question now.
can i set a class object in a session variable ?

like this:

class Person
{
function Person($name)
{
$this->name = $name;
}
}

$frank = new Person;
$_SESSION['name'] = $frank;

or is this just too much ?
}

 

Navigation:

[Reply to this 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

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