Extending the CMSModule class
Code: Select all
class MyModule extends CMSModule {
function MyModule() {
$this->CMSModule(); // call the parent constructor
...your own constructor code...
}
}
.........
All I need to include some page using and I want to insert it in my templates or page bu using tags {MyModule}
thanks you and sorry for poor english