Welcome Guest, Not a member yet? Register   Sign In
Modular Extensions - HMVC version 5.2

[eluser]CI fan[/eluser]
how to view/use admin_template.php. any idea?
My current CI is :v 1.7
and current ME is :modular_extensions_5135


Quote: application
-modules
-manager
-controllers
manager.php
-views
-template
admin_template.php

how to view/use admin_template.php. any idea?

——————————————————————-
if i load view using code below

An Error Was Encountered

Unable to locate the file: admin_template.php in: template

Quote: class manager extends Controller {
function index(){
$this->load->view(‘template/admin_template’);
}
}

[eluser]Sam Dark[/eluser]
Code:
$this->load->view('manager/template/admin_template');

[eluser]CI fan[/eluser]
Thanks.

but can't be done? any idea, thanks.

The error is :
--------------------------------------------------------------------
An Error Was Encountered

Unable to locate the file: admin_template.php in: manager/template
--------------------------------------------------------------------

[eluser]thehobo[/eluser]
I'm in same situ as CI fan. I did try to using

$this->load->view('module/view/subfolder/view');

It doesnt work. Is there extra setting in the framework i need to be aware of to allow this subfolder view?

[eluser]Gnative[/eluser]
O.K.. after my last attempt i thought i'd better do a proper working versions of Hooks for Modular Extensions 5135 .
Attached is the code and working examples / instruction / usage... Hope you like..

S

[eluser]fatnic[/eluser]
I got round to view sub-domain problem by putting them all into one view folder and renaming them
Code:
controller-function.php
and instead of a slash call them with a dash
Code:
$this->load->view('controller-function');
It's a bit of a messy work round but it works.

[eluser]dexcell[/eluser]
Hello, i would like to try this extension, is there any download link for latest release, i only found version 4.2

[eluser]tdktank59[/eluser]
[quote author="dexcell" date="1225040110"]Hello, i would like to try this extension, is there any download link for latest release, i only found version 4.2[/quote]

You should PM wire the creator of ME

[eluser]wiredesignz[/eluser]
Modular Extensions version 5.1.35 is available on the wiki.

The mailing list is now finished. Thanks to everyone who provided valuable feedback and who helped with development of ME5.1 via the mailing list.

[eluser]Gnative[/eluser]
big thanks wiredesignz.... appreciated.




Theme © iAndrew 2016 - Forum software by © MyBB