[TYPO3-ect] About ORM
Daniel Brüßler
info at -remove-patchworking.de
Wed Oct 24 19:01:31 CEST 2007
Hello Philip,
hm. I like PlainObjects very much, because easy to test and just a
little dependency to other classes. But ...
We would need a script what would make the output TYPO3-ready afterwards.
because of
Database::Connect();
Database::NonQuery($this->pog_query, $connection)
$cursor = Database::Reader($this->pog_query, $connection);
while ($row = Database::Read($cursor))
{
...
}
Please have a look at EXT apples / class tx_apples_models_example .
That's all, because the database-layer is handled by lib/div. ;-)
kind regards
Daniel
> Hello list,
> for those of you that don't know this site please go there now. :)
>
> http://www.phpobjectgenerator.com
>
> regards,
>
> philip
More information about the TYPO3-team-extension-coordination
mailing list