HighLifeHotels hotel booking - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7) +--- Forum: Spotlight (https://forum.codeigniter.com/forumdisplay.php?fid=16) +--- Thread: HighLifeHotels hotel booking (/showthread.php?tid=64307) |
HighLifeHotels hotel booking - HighLifeHotels - 02-05-2016 We're working on an hotel booking site and this is the first time we're using CodeIgniter. The previous developer started using CodeIgniter as he was already familiar with the framework, so we decided to give it a try too and see how it works. So far no major issues, the documentation is pretty good and we're able to find solutions to our problems easily. We're also using some third party CI libraries, which is great. This allows us to work faster as most of the time there's a library we can just drop in. Coming from CakePHP all I can say so far is both frameworks are quite similar, CodeIgniter seems a bit simpler and easier to learn. Looking forward to learning more and building more complex stuff. http://highlifehotels.com RE: HighLifeHotels hotel booking - suhindra - 02-08-2016 you should create a custom 404 page. A good custom 404 page will help people find the information they're looking for. Just Sugestion highlifehotels.com/test RE: HighLifeHotels hotel booking - HighLifeHotels - 02-08-2016 Thanks for pointing this out, Certainly a custom 404 page would be more useful, I'll try to get it done as soon as possible. |