![]() |
Example of Tinywebgallery with Codeigniter - 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: Example of Tinywebgallery with Codeigniter (/showthread.php?tid=9937) Pages:
1
2
|
Example of Tinywebgallery with Codeigniter - El Forum - 07-13-2008 [eluser]babai[/eluser] I need a example of Tinywebgallery(www.tinywebgallery.com) with Codeigniter. It's very urgent. Example of Tinywebgallery with Codeigniter - El Forum - 07-13-2008 [eluser]babai[/eluser] I need a example of Tinywebgallery(www.tinywebgallery.com) with Codeigniter. It's very urgent. Example of Tinywebgallery with Codeigniter - El Forum - 07-13-2008 [eluser]Michael Wales[/eluser] Posting in more than one forum for "teh codez - eet's urgant" does little to encourage others to assist you. Example of Tinywebgallery with Codeigniter - El Forum - 07-13-2008 [eluser]babai[/eluser] But I need urgent solution of this please. Example of Tinywebgallery with Codeigniter - El Forum - 07-13-2008 [eluser]Michael Wales[/eluser] Not the way to go about it. I can guarantee you won't get a single helpful response now. Example of Tinywebgallery with Codeigniter - El Forum - 07-13-2008 [eluser]babai[/eluser] How will get the solution? Example of Tinywebgallery with Codeigniter - El Forum - 07-13-2008 [eluser]Lone[/eluser] Post up the examples of the code you have tried already. Example of Tinywebgallery with Codeigniter - El Forum - 07-14-2008 [eluser]babai[/eluser] What i am doing that first I have installed the tinywebgallery from www.tinywebgallery into the codeigniter folder C:\xampp\htdocs\CodeIgniter\twg\ . Then i have create a controller tinyweb.php ------------ class Tinyweb extends Controller { function Tinyweb() { parent::Controller(); } function twg() { $this->load->view('view_twg'); } } Then i have create a view file view_twg.php ------------ <?php include("twg/index.php"); ?> Then I have run the project and its working but no image are dispalying. But when I am executing this without codeigniter its working fine and image are coming but with codeigniter no image are dispalying. Please check this. Example of Tinywebgallery with Codeigniter - El Forum - 07-14-2008 [eluser]wiredesignz[/eluser] babai, You should stop asking in every forum, people here do not like this, and will not help you. Example of Tinywebgallery with Codeigniter - El Forum - 07-14-2008 [eluser]xwero[/eluser] I would only give him an example if he payed me for it, because of his annoying behavior, so i think he posted it in the right forum now. All we have to do now is wait how much he is willing to pay to get the example ![]() |