Search the Community
Showing results for tags 'execute'.
-
I use two functions in my custom code lets say function Query and function QueryLang The first one returns db::getInstance()->executeS($sql); In the second one after I prepare my query to include the respective _lang table, I call the first one but in bux fixing when I was doing var_dump($...
-
Hello, I have a question aobut hooks. Let me give you an example. I installed module "blockspecials" which is hooked to the "displayRightColumn" and nowhere else. I also searched all my tpl files and there are no "{$HOOK_RIGHT_COLUMN}" anywhere inside. But when I do: "echo 'test';" inside hook...