On 4/11/06, Merlin <[EMAIL PROTECTED]> wrote:
> Hi there,
>
> no much simpler. I do not need to assign the value from outside the class. 
> This
> is just inside the class. I have the login data for a database saved in a file
> and would like to use simply the variable $DB_login inside this class.
>
> This does not work:
>
> $this->db_username = $DB_login;

That's the right way to do it.

What are you seeing?

--
Postgresql & php tutorials
http://www.designmagick.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to