What is the best way to share objects between other classes?
For example; a \"database\" object with functions that are required by the \"article\" and \"user\" obje
You could also use objects that have been loaded in session or in cache (APC,memcached) before. Personnaly i think singleton is the best way to go there (especially for database class)