Welcome Guest, Not a member yet? Register   Sign In
SimpleModule v.1
#5

[eluser]AnimeCYC[/eluser]
[quote author="Dam1an" date="1244122019"]I don't like the idea of auto loading the view as I've had problems with form validation when loading a view with the controller/function name (using a hook)
Also, can you have a view folder as you will normally have more then one view per controller[/quote]

It does not automatically load the view, to load the the view you have to call the view() method from within the module controller. Also, yes you can have folders for your views, the views are relative to it's module folder. For instance:

Code:
function display() {
  $this->view('folder/sampleView');
}


Messages In This Thread
SimpleModule v.1 - by El Forum - 06-03-2009, 09:29 PM
SimpleModule v.1 - by El Forum - 06-04-2009, 02:15 AM
SimpleModule v.1 - by El Forum - 06-04-2009, 02:26 AM
SimpleModule v.1 - by El Forum - 06-04-2009, 09:46 AM
SimpleModule v.1 - by El Forum - 06-04-2009, 09:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB