From f013cb276807f73ce38555ba725fd3130d0e24e5 Mon Sep 17 00:00:00 2001 From: Marius Orcsik Date: Wed, 19 Nov 2008 20:56:46 +0100 Subject: [PATCH] * Revert "* added two wrappers for joinWith('inner'.. and joinWith ('left'.. methods" as they were moved to the tdo_improved branch This reverts commit b9f60e8f1d1fcd9409d17744952656f48f57e3e2. --- _res/_libs/tdoabstract.class.php | 22 ---------------------- _res/_libs/tscontroller.class.php | 2 -- 2 files changed, 24 deletions(-) diff --git a/_res/_libs/tdoabstract.class.php b/_res/_libs/tdoabstract.class.php index 0778218..22163b0 100644 --- a/_res/_libs/tdoabstract.class.php +++ b/_res/_libs/tdoabstract.class.php @@ -772,28 +772,6 @@ class tdoAbstract { } /** - * Wrapper method for joinWith ( 'inner'...) - * @param $thisJField - * @param $incOb - * @param $incObJField - * @return unknown_type - */ - public function innerJoin (&$thisJField = null, &$incOb = null, &$incObJField = null) { - $this->joinWith ( 'INNER', $thisJField, $incOb, $incObJField); - } - - /** - * Wrapper method for joinWith ( 'left'...) - * @param $thisJField - * @param $incOb - * @param $incObJField - * @return unknown_type - */ - public function leftJoin (&$thisJField = null, &$incOb = null, &$incObJField = null) { - $this->joinWith ('LEFT', $thisJField, $incOb, $incObjField); - } - - /** * function to dump a Sql * problem with the field types. :D * diff --git a/_res/_libs/tscontroller.class.php b/_res/_libs/tscontroller.class.php index 598d7a1..f1f4def 100644 --- a/_res/_libs/tscontroller.class.php +++ b/_res/_libs/tscontroller.class.php @@ -69,8 +69,6 @@ abstract class tsController { */ static public function setRequest ($whereTo = array(), $varVal = array()){ - // TODO: - // maybe I should implement a caching mechanism for already generated urls if (!is_array($whereTo)) $whereTo = array ($whereTo); -- 2.11.4.GIT