benturkia / zendframeworkstorefront

Automatically exported from code.google.com/p/zendframeworkstorefront
0 stars 0 forks source link

Documentation on __construct(array($config = array()) #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Not a problem but request for documentation site.  

In the class abstract class SF_Model_Resource_Db_Table_Row_Abstract
the function __construct(array($config = array())
is called by the framework. I can follow the calls to this using the debugger.
If I was not aware of the code in StoreFront, I would not know about this 
function.
Where, therefore, is the use for this documented ?

Original issue reported on code.google.com by ma...@michaelafox.org on 21 Sep 2011 at 10:38