![]() |
Call a plugin in a library.. - 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: Call a plugin in a library.. (/showthread.php?tid=11787) |
Call a plugin in a library.. - El Forum - 09-23-2008 [eluser]anggie[/eluser] I am new to CodeIgniter... I think I can call a plugin within my library. Am I right? But I don't know why I cannot get a return data from it? This is my function.. Code: function setChaptcha() Code: A Database Error Occurred Could you give me some helps? Thanks... Call a plugin in a library.. - El Forum - 09-23-2008 [eluser]GSV Sleeper Service[/eluser] silly question, but are you loading the plugin? also, stick a print_r($cap) after your $cap = create_captcha($vals); Call a plugin in a library.. - El Forum - 09-23-2008 [eluser]anggie[/eluser] Yes..that is I am not a high logic programmer. and I am sure I load the plugin Call a plugin in a library.. - El Forum - 09-23-2008 [eluser]GSV Sleeper Service[/eluser] try this Code: function setChaptcha() Call a plugin in a library.. - El Forum - 09-23-2008 [eluser]anggie[/eluser] There was nothing...just white screen Call a plugin in a library.. - El Forum - 09-23-2008 [eluser]anggie[/eluser] Sorry guys... Silly...yes...silly... I am just solve my problem...after browse the plugin, i find the clue. I was wrong in entering the path! Call a plugin in a library.. - El Forum - 09-23-2008 [eluser]anggie[/eluser] Oh sorry again... I forget to say Thanks! Especially for GSV Sleeper Service... |