Hi all, I have a table row with a dependent rowset (e.g. blog articles and a i18n table which contains blog title + text for the blog_id / language combination). Now to insert tables it's a simple $dbtable->insert() for the article and for each i18n row a $dbtableI81n->insert().
BUT: if you have an article only in English, the Dutch version shouldn't be stored (that's simple). When you update, it might happen a non-existing language version should be inserted (and no update!). Or an existing language should be removed (and that's difficult). It's an ugly piece of code to track these changes. Is Zend_Db_Table capable of these things or should I use Doctrine or something? Regards, Jurian -- Jurian Sluiman Soflomo.com
signature.asc
Description: This is a digitally signed message part.
