From: Alan Knowles Date: Mon, 11 Apr 2011 14:41:42 +0000 (+0800) Subject: DataObjects/Images.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=d883f390abe709da4404343f6122e5a3e9c6d875;p=Pman.Core DataObjects/Images.php --- diff --git a/DataObjects/Images.php b/DataObjects/Images.php index c439432b..cee960da 100644 --- a/DataObjects/Images.php +++ b/DataObjects/Images.php @@ -267,17 +267,7 @@ class Pman_Core_DataObjects_Images extends DB_DataObject return $c->fetchAll(); } - /** - * creation - associate this image with a dataobject - * - currently assumes id is the key column - * @param DB_DataObject $obj a dataobject - */ - function associate($obj) - { - $this->ontable = $obj->tableName(); - $this->onid = $obj->id; /// assumes our nice standard of using ids.. - - } + /** * set or get the dataobject this image is associated with