Jump to content

Recommended Posts

Posted

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!

  • Moderators
Posted

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.

  • Like 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...