![]() |
BackendPro 0.6.1 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: BackendPro 0.6.1 (/showthread.php?tid=7381) |
BackendPro 0.6.1 - El Forum - 01-26-2010 [eluser]shinokada[/eluser] I have a plugin in system/application/plugins/myplugin. I want to load this plugin in modules/pages/controller/admin. How do I load the file? Thanks in advance. BackendPro 0.6.1 - El Forum - 01-26-2010 [eluser]adamp1[/eluser] Please go read the CI manual fully, then please go read the BackendPro manual fully. BackendPro is built on CI, it uses all the same principles and design ideas. I don't mind answering a few questions but you have been asking a lot of very basic questions which would be answered if you read the manual. BackendPro 0.6.1 - El Forum - 01-26-2010 [eluser]shinokada[/eluser] Speechless. :-( BackendPro 0.6.1 - El Forum - 01-27-2010 [eluser]daniel9201[/eluser] Has anyone successfully installed install BackendPro using a postgres database instead of MySQL? BackendPro 0.6.1 - El Forum - 01-29-2010 [eluser]shinokada[/eluser] Ok, I have read the manual. And I have a question. I hope someone will reply. I have extended Site_Controll as following. Code: class Shop_Controller extends Site_Controller Now it works fine except when I use the following. Code: ... The problem is that I need to put frontpage.php in system/application/views/shop/frontpage.php. According to the manual it should be modules/mymodule/view/shop/frontpage.php Yes, I have added in MY_Controller.php as follows. Code: ... Yes, I have added in system/application/config/backendpro.php as follows. Code: ... Thanks in advance. BackendPro 0.6.1 - El Forum - 01-29-2010 [eluser]adamp1[/eluser] Can I ask what the value of $this->config->item('backendpro_template_shop') is? I take its just shop/. EDIT: Sorry never mind didn't read the bottom bit. BackendPro 0.6.1 - El Forum - 01-29-2010 [eluser]adamp1[/eluser] One other silly quick question. I take it the file modules/mymodule/view/shop/frontpage.php, exists? BackendPro 0.6.1 - El Forum - 01-29-2010 [eluser]shinokada[/eluser] Thank you for your reply. Yes it does. BackendPro 0.6.1 - El Forum - 01-29-2010 [eluser]shinokada[/eluser] It is working now. I changed from Code: <?php $this->load->view($page); ?> Code: <?php print displayStatus();?> BackendPro 0.6.1 - El Forum - 02-02-2010 [eluser]Référencement Google[/eluser] Hey Adam, any chance to get latest sources from a SVN server or GIT ? |