CodeIgniter Forums
Codeigniter integration with phpScheduleIt - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Codeigniter integration with phpScheduleIt (/showthread.php?tid=37490)



Codeigniter integration with phpScheduleIt - El Forum - 01-11-2011

[eluser]Unknown[/eluser]
Currently my website is built with Codeigniter and Ion Auth to login into user.

I want to add a scheduling feature to the site. After some research, I found phpScheduleIt http://www.php.brickhost.com/ which is an open sourced PHP scheduling application. It has all the features I required and the codebase is quite mature so there is no need to reinvent the wheel.

Just wondering does anybody have experience integrating codeigniter with php Schedule It ?

I'm sure it is similar to integrating it with other 3rd party app such as phpbb, SMF or Vanilla forum so I'm currently reading those threads. I'm guessing I need to hijack the 3rd party app login process somehow.

Any help is appreciated. Cheers.