roboa Posted May 29, 2009 Report Posted May 29, 2009 Hi, What i'm trying to is put the routemap of all the flights onto another page with other stuff. I am presuming that I can call the routemap like this: <?php Module::Show('Routemap.php'); ?> However that wouldn't work. Is it possible? The other thing was, will the phpvms admin page system allow php? cheers, roboa Quote
Administrators Nabeel Posted May 29, 2009 Administrators Report Posted May 29, 2009 <?php MainController::Run("ModuleName", "functionName', parameter1, parameter2, etc); ?> parameters are optional Quote
roboa Posted May 29, 2009 Author Report Posted May 29, 2009 So, this would call the routemap? MainController::Run("Routemap", "Routemap.php") Also, how can I create a page which will show that? I tried putting it into a page created through the admin panel and it didn't work. cheers, roboa Quote
Administrators Nabeel Posted May 30, 2009 Administrators Report Posted May 30, 2009 You can just call a module directly: index.php/Routemap Quote
roboa Posted May 30, 2009 Author Report Posted May 30, 2009 What I'm wanting to do though is have content on the routemap page but not on the other pages which use the routemap module if you get what I mean. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.