StockManiac Value Object Interface
All value object classes inherit the constructor as well as generic functionality from here. Normaly it is not necessary to instantiate directly from this class. Its not that useful.
Located in /lib/vo.class.php (line 41)
Class | Description |
---|---|
vo_order | value object for table order |
vo_document | value object for table document |
vo_news | value object for table news |
vo_news_assign | value object for table news_assign |
vo_quoterecord_rule | value object for table quoterecord_rule |
vo_position_revision | value object for table position_revision |
vo_position | value object for table position |
vo_quote | value object for table quote |
vo_stock_quotesource | value object for table stock_quotesource |
vo_quoterecord_threshold | value object for table quoterecord_threshold |
vo_stock | value object for table stock |
vo_quoterecord | value object for table quoterecord |
vo_dividend | value object for table dividend |
vo_setting | value object for table setting |
vo_user | value object for table user |
vo_comment | value object for table comment |
vo_stock_symbolextension | value object for table stock_symbolextension |
vo_split | value object for table split |
vo_Version | value object for table Version |
vo_document_assign | value object for table document_assign |
vo_portfolio | value object for table portfolio |
vo_news_item | value object for table news_item |
vo_news_feed | value object for table news_feed |
vo_timetag | value object for table timetag |
vo_figure_data | value object for table figure_data |
vo_news_read | value object for table news_read |
vo_figure_var | value object for table figure_var |
vo_access | value object for table access |
vo_document_data | value object for table document_data |
fills $this object`s properties with data from $record.
If $record is not given the object will have all properties defined with default values.
ATTENTION: the constructor will die hard if the fieldnames in $record do not match with the pre-defined properties. As a consequence all code that depends on a specific table will fail (ie. during unit tests) in case the underlying table and/or query has been modified.
Documentation generated on Sun, 22 Aug 2010 11:20:28 +0200 by phpDocumentor 1.4.3