Welcome Guest, Not a member yet? Register   Sign In
Loading modules per page using CI
#4

[eluser]Sillysoft[/eluser]
[quote author="InsiteFX" date="1308633059"]CodeIgniter WIKI HMVC Modules

InsiteFX[/quote]

So would you suggest I create a model that queries db for the modules for each page, pass the results to the controller which passes them to the view, then in the view loop through them using the hmvc plugin like so?

Code:
<?php

foreach($results AS $rows)
{

echo modules::run('mod/' .$rows->modname);

}

?>

Something like that?


Messages In This Thread
Loading modules per page using CI - by El Forum - 06-20-2011, 05:44 PM
Loading modules per page using CI - by El Forum - 06-20-2011, 06:10 PM
Loading modules per page using CI - by El Forum - 06-20-2011, 06:15 PM
Loading modules per page using CI - by El Forum - 06-20-2011, 06:41 PM
Loading modules per page using CI - by El Forum - 06-20-2011, 07:13 PM
Loading modules per page using CI - by El Forum - 06-20-2011, 11:31 PM
Loading modules per page using CI - by El Forum - 06-20-2011, 11:34 PM
Loading modules per page using CI - by El Forum - 06-20-2011, 11:40 PM



Theme © iAndrew 2016 - Forum software by © MyBB