roboa Posted May 29, 2009 Report Share 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 Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted May 29, 2009 Administrators Report Share Posted May 29, 2009 <?php MainController::Run("ModuleName", "functionName', parameter1, parameter2, etc); ?> parameters are optional Quote Link to comment Share on other sites More sharing options...
roboa Posted May 29, 2009 Author Report Share Posted May 29, 2009 Cheers Nabeel! Quote Link to comment Share on other sites More sharing options...
roboa Posted May 29, 2009 Author Report Share 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 Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted May 30, 2009 Administrators Report Share Posted May 30, 2009 You can just call a module directly: index.php/Routemap Quote Link to comment Share on other sites More sharing options...
roboa Posted May 30, 2009 Author Report Share 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 Link to comment Share on other sites More sharing options...
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.