A small, lightweight support ticket system you can incorporate into any app.
-
Create the ticket database and name it
mini_ticket -
Import/Execute
/tools/mini_ticket.sqlon the database: -
Update database credentials in
Mini_Ticket_Base.class.phpfunction getDatabaseConnection() -
Set the 'example' directory to be your document root.
- User Tickets: /user.php
- Admin Tickets: /admin.php
- Ticket View: /ticket.php
Use the three views in the /example folder and their associated files as a guide to your own development. If you are just creating a ticket system and need to wrap MiniTicket in a framework or if you have not committed yet to a framework, we suggest checking out https://github.com/lewsid/dinkly.