Welcome Guest, Not a member yet? Register   Sign In
Where do you put the content of the site?
#11

[eluser]ejangi[/eluser]
Code inside our _remap() method:
Code:
function _remap()
{
    if (method_exists($this, $method)) {
        $this->$method();
    } else {
        $this->layout->view($method);
    }
}
#12

[eluser]Grahack[/eluser]
About routing tweaks and content in the db, I found those screencasts very interesting. Gonna rewatch them...




Theme © iAndrew 2016 - Forum software by © MyBB