![]() |
Accessing a library's function through URL - 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: Accessing a library's function through URL (/showthread.php?tid=13037) |
Accessing a library's function through URL - El Forum - 11-08-2008 [eluser]KeyStroke[/eluser] Hi, I'm creating a library that performs some AJAX-based operations. Part of the library needs to be accessed through URLs (when users are sending requests using Javascripts from pages for example). Is accessing a library function via a URL possible? if not, how would you deal with this issue? Appreciate your help Accessing a library's function through URL - El Forum - 11-08-2008 [eluser]sikkle[/eluser] The other suggestion is to create a modules within modular extension from the wiki ; http://codeigniter.com/wiki/Modular_Extensions_-_HMVC/ good luck ! Accessing a library's function through URL - El Forum - 11-08-2008 [eluser]KeyStroke[/eluser] Thanks guys. ![]() |