Gerard Samuel wrote:

[ snip ]

By having one class where they all can share each others data.
Is it just a dream?
The only way I know how is by making object/objects like $foo->bar->do_something()

Have you tried using inheritence?


class foo { /* class methods, objects */ } class bar extends foo { .. }


-- Burhan Khalid phplist[at]meidomus[dot]com http://www.meidomus.com

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



Reply via email to