Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MelodyMaker

    Is there a neat,clean way to avoid code repetition like this?

    Hi, I would like to know if there's a way to avoid bad repetition like this one (I use PHP): I have a User class: class User{ private $conf; private $photos = Array(); private $addresses = Array(); private $descriptions = Array(); ... public function...
  2. MelodyMaker

    A question about design: user class (and photo class?)

    Sorry if I bother you with this, but I'm a OOP newbie and I would like to know your opinion about that. I'm developing a site which requires registration and where users can upload their fotos. The question is this: I created a user class Code: class User{ private $username; private...

Part and Inventory Search

Back
Top