From 4a2ebb333d239b58c19d09ee88646fa0e32e71ed Mon Sep 17 00:00:00 2001 From: wei <> Date: Mon, 16 Apr 2007 02:02:27 +0000 Subject: Updates to db stuff, removed js build from build.xml (no longer necessary) --- .../Data/ActiveRecord/TActiveRecordCriteria.php | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'framework/Data/ActiveRecord/TActiveRecordCriteria.php') diff --git a/framework/Data/ActiveRecord/TActiveRecordCriteria.php b/framework/Data/ActiveRecord/TActiveRecordCriteria.php index cc4da7c8..8328b4a6 100644 --- a/framework/Data/ActiveRecord/TActiveRecordCriteria.php +++ b/framework/Data/ActiveRecord/TActiveRecordCriteria.php @@ -34,29 +34,7 @@ Prado::using('System.Data.DataGateway.TSqlCriteria'); */ class TActiveRecordCriteria extends TSqlCriteria { - /** - * This method is invoked before the object is deleted from the database. - * The method raises 'OnDelete' event. - * If you override this method, be sure to call the parent implementation - * so that the event handlers can be invoked. - * @param TActiveRecordEventParameter event parameter to be passed to the event handlers - */ - public function onDelete($param) - { - $this->raiseEvent('OnDelete', $this, $param); - } - /** - * This method is invoked before any select query is executed on the database. - * The method raises 'OnSelect' event. - * If you override this method, be sure to call the parent implementation - * so that the event handlers can be invoked. - * @param TActiveRecordEventParameter event parameter to be passed to the event handlers - */ - public function onSelect($param) - { - $this->raiseEvent('OnSelect', $this, $param); - } } ?> \ No newline at end of file -- cgit v1.2.3