Hello,
I build a new module that save some config info in Table : tl_module.
But I do not know how to find my module id in php code after... how to find it?
Code:SELECT * FROM tl_module WHERE id = ?
Thanks
Hello,
I build a new module that save some config info in Table : tl_module.
But I do not know how to find my module id in php code after... how to find it?
Code:SELECT * FROM tl_module WHERE id = ?
Thanks
?Code:$this->id
S.C.A.R.E
ok, $this->id in the class with "extends Module"
Bookmarks