| 15 |
* $Id$ |
* $Id$ |
| 16 |
* ------------------------------------------------------------------------- |
* ------------------------------------------------------------------------- |
| 17 |
* $Log$ |
* $Log$ |
| 18 |
|
* Revision 1.5 2003/03/05 17:02:22 joko |
| 19 |
|
* updated docu (phpDocumentor testing....) |
| 20 |
|
* |
| 21 |
* Revision 1.4 2003/03/05 16:32:19 joko |
* Revision 1.4 2003/03/05 16:32:19 joko |
| 22 |
* updated docu (phpDocumentor testing....) |
* updated docu (phpDocumentor testing....) |
| 23 |
* |
* |
| 209 |
* |
* |
| 210 |
* @todo |
* @todo |
| 211 |
* <pre> |
* <pre> |
| 212 |
* x extend options to en-/disable caching via a) session and/or b) database |
* x extend options to en-/disable caching via a) session and/or b) database |
| 213 |
* o make feature available via runtime setter-method to these options |
* o make feature available via runtime setter-method to these options |
| 214 |
* o use PEAR::Cache for caching purposes!!! |
* o use PEAR::Cache for caching purposes!!! |
| 215 |
* o refactor database access: use PEAR for this! no more 'connectdb' here!!! |
* o refactor database access: use PEAR for this! no more 'connectdb' here!!! |
| 216 |
* o make database connection more flexible to make possible |
* o make database connection more flexible to make possible |
| 217 |
* to have different (probably named) proxy databases (besides a "main database") |
* to have different (probably named) proxy databases (besides a "main database") |
| 218 |
* o rename this to Data::Proxy? or split into Data::Query, Data::Result and Data::Wrapper? |
* o rename this to Data::Proxy? or split into Data::Query, Data::Result and Data::Wrapper? |
| 219 |
* </pre> |
* </pre> |
| 220 |
* |
* |
| 221 |
*/ |
*/ |