![]() |
Booking/Reservation enginer based on CodeIgniter? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: Booking/Reservation enginer based on CodeIgniter? (/showthread.php?tid=54297) |
Booking/Reservation enginer based on CodeIgniter? - El Forum - 09-02-2012 [eluser]a.rishwan[/eluser] Hi there, I am unsure if I am posting this in the right place. But the current project I am working on requires me to build a Booking/Reservation engine as part of a clients website. Now, I have looked onto several possibilities, but there seem to be no reasonable solutions based on PHP and MySQL. So question is: is this possible? AND what would be the best means of implementation considering both code and DB design? PS: I believe I am fairly good with CodeIgniter itself, it has worked wonders on several of my other errands. Booking/Reservation enginer based on CodeIgniter? - El Forum - 09-02-2012 [eluser]kanjimaster[/eluser] One of the challenges for booking/reservation systems is that everybody has their own idea of how they should work and if you find one, it probably won't do exactly what you want. But this might be a good starting point https://github.com/EllisLab/CodeIgniter/wiki/Course-Schedule-and-Booking-System. |