--- nfo/php/libs/org.netfrag.glib/DataSource/Generic.php 2003/03/09 15:50:36 1.3 +++ nfo/php/libs/org.netfrag.glib/DataSource/Generic.php 2003/03/10 23:25:03 1.4 @@ -9,9 +9,12 @@ */ /** - * $Id: Generic.php,v 1.3 2003/03/09 15:50:36 joko Exp $ + * $Id: Generic.php,v 1.4 2003/03/10 23:25:03 joko Exp $ * * $Log: Generic.php,v $ + * Revision 1.4 2003/03/10 23:25:03 joko + * + fixed metadata for phpDocumentor + * * Revision 1.3 2003/03/09 15:50:36 joko * + additional metadata for Autodia * @@ -189,31 +192,31 @@ * @subpackage DataSource * @name DataSource::Generic * - * @todo + * @todo this: + * * * - -// !!!!!!!! THIS IS THE PROBLEM !!!!!!!! -// !!!!!!!! here is it where we have to break inheritance again !!!!!!!! -// -// THE CONFLICT: Beeing in phpHtmlLib *and* DesignPattern::TransparentProxy -// inheritance trees at the same time, which is *not* possible at -// declare-time. We *do* need some runtime-infrastructure to solve this! -// -// TODO: move build- and check-locator stuff from ObjectList to this place!!! -// -// ABOUT: -// 1. otherwhere: WebApp - scope: -// x handles page vs. block vs. widget; dispatches MVC-View -// 2. here: DataSource - scope: -// x handles bridge to frameworks (e.g. phpHtmlLib) vs. actual data driver libs (PEAR, etc.)) -// o clean implementation using a DesignPattern::AdapterProxy -// - -*/ + * !!!!!!!! THIS IS THE PROBLEM !!!!!!!! + * !!!!!!!! here is it where we have to break inheritance again !!!!!!!! + * + * THE CONFLICT: Beeing in phpHtmlLib *and* DesignPattern::TransparentProxy + * inheritance trees at the same time, which is *not* possible at + * declare-time. We *do* need some runtime-infrastructure to solve this! + * + * TODO: move build- and check-locator stuff from ObjectList to this place!!! + * + * ABOUT: + * 1. otherwhere: WebApp - scope: + * x handles page vs. block vs. widget; dispatches MVC-View + * 2. here: DataSource - scope: + * x handles bridge to frameworks (e.g. phpHtmlLib) vs. actual data driver libs (PEAR, etc.)) + * o clean implementation using a DesignPattern::AdapterProxy + * + * + */ class DataSource_Generic extends DesignPattern_AdapterProxy { // !!!!!!!! here is it where we have to break inheritance again !!!!!!!!