BackendPro 0.6.1 |
[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.
[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.
[eluser]daniel9201[/eluser]
Has anyone successfully installed install BackendPro using a postgres database instead of MySQL?
[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.
[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.
[eluser]adamp1[/eluser]
One other silly quick question. I take it the file modules/mymodule/view/shop/frontpage.php, exists?
[eluser]shinokada[/eluser]
It is working now. I changed from Code: <?php $this->load->view($page); ?> Code: <?php print displayStatus();?>
[eluser]Référencement Google[/eluser]
Hey Adam, any chance to get latest sources from a SVN server or GIT ? |
Welcome Guest, Not a member yet? Register Sign In |