Yash Posted June 18, 2017 Report Share Posted June 18, 2017 Hello php coders, I wanted to create a module for my airline such that an admin can assign a particular flight for the pilot. How do I create it? Can anyone give me a start for this as I tend to create more modules. Thanks! Quote Link to comment Share on other sites More sharing options...
bpruett72 Posted June 18, 2017 Report Share Posted June 18, 2017 This might be what you are looking for. https://www.crazycreatives.com/downloads/automatic-flight-assignments/ Quote Link to comment Share on other sites More sharing options...
Yash Posted June 18, 2017 Author Report Share Posted June 18, 2017 (edited) Umm..thanks for that but I don't want to buy any product since I want to learn a bit of php Edited June 18, 2017 by Yash Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted June 18, 2017 Moderators Report Share Posted June 18, 2017 Then you can search over the internet to learn how to build something like this. phpVMS is more like an MVC framework. Files in core/common folder handle the communitcation between the website and your database, the admin/modules handles the controllers to show the template files in your admin center and admin/template holds the template files which are called by the controllers. The same applies to the user part with core/modules and core/templates folders accordingly. You can open any of the file under the directories referred above and try to understand how they work. A great start is http://php.net/ or https://www.w3schools.com/php/default.asp for more basic things. 1 Quote Link to comment Share on other sites More sharing options...
Moderators ProSkyDesign Posted June 18, 2017 Moderators Report Share Posted June 18, 2017 1.- http://php.net/ 2.-Online courses 3.-Books 1 Quote Link to comment Share on other sites More sharing options...
Yash Posted June 19, 2017 Author Report Share Posted June 19, 2017 Okay, thankyou for that coders! 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.