Welcome Guest, Not a member yet? Register   Sign In
Plugin or Widget
#4

I personally use a widget system. The one i use was originally created by u.farooq. It is very similar to a module but allot thinner and is meant to be run right from your views.

in this system a widget has it's own views and models. and would be accessed like this in your view file:

PHP Code:
$data = array('var1' => 'hello''var2' => 'world');
$this->load->widget('test');
$this->test->run($data); 

it is a rather simplistic but powerful widget system.

---
for plugins i use Modular CI made by WanWizard.
Reply


Messages In This Thread
Plugin or Widget - by Rufnex - 10-25-2014, 08:15 AM
RE: Plugin or Widget - by Shawn P - 10-26-2014, 02:12 PM
RE: Plugin or Widget - by robinleathal - 10-28-2014, 08:34 AM
RE: Plugin or Widget - by Hobbes - 10-29-2014, 07:09 AM



Theme © iAndrew 2016 - Forum software by © MyBB