My colleague asked me if there is some "universal" data access layer for storing and reading data into/from databases or TXT, RTF and XML files ... I think that ODBC is only (cumbersome) way in PHP, am I right?
Elias: Output should be only web site. His idea was not about transformation (one storage -> different outputs), but storing (different storages -> one output).
read/write on databases and RTF etc as data backend sounds weird.
you have a reason for that? i'd convert every document to one single
format (database) and write various output handlers if needed.
Bookmarks