Welcome Guest, Not a member yet? Register   Sign In
not loading view[SOLVED]
#11

[eluser]diasansley[/eluser]
The render output.
Code:
function _renderOutput($link, $array)
    {
        $this->content['content'] = $this->parser->parse($link, $array, true);
        $this->renderTemplate();
    }
    
    /**
     * renders main frontend template and outputs it
     */
    function renderTemplate($search_text = null)
    {
        $categories = $this->_categories();
        $news = $this->m_news->selectAll();
        $utilities = $this->m_utilities->selectAll();
           $this->content['menu_navigation']     = $this->parser->parse('layout/_menu_navigation', array('categories' => $categories,'news'=>$news,'search_text'=>$search_text,'utilities'=>$utilities), true);
        $this->parser->parse('layout/default.php', $this->content, false);
    }


Messages In This Thread
not loading view[SOLVED] - by El Forum - 12-14-2010, 01:11 AM
not loading view[SOLVED] - by El Forum - 12-14-2010, 02:58 AM
not loading view[SOLVED] - by El Forum - 12-14-2010, 03:30 AM
not loading view[SOLVED] - by El Forum - 12-14-2010, 05:15 AM
not loading view[SOLVED] - by El Forum - 12-14-2010, 05:47 AM
not loading view[SOLVED] - by El Forum - 12-14-2010, 10:06 PM
not loading view[SOLVED] - by El Forum - 12-14-2010, 10:19 PM
not loading view[SOLVED] - by El Forum - 12-14-2010, 10:59 PM
not loading view[SOLVED] - by El Forum - 12-15-2010, 12:19 AM
not loading view[SOLVED] - by El Forum - 12-15-2010, 12:28 AM
not loading view[SOLVED] - by El Forum - 12-15-2010, 12:49 AM
not loading view[SOLVED] - by El Forum - 12-15-2010, 12:51 AM
not loading view[SOLVED] - by El Forum - 12-15-2010, 03:01 AM
not loading view[SOLVED] - by El Forum - 12-15-2010, 03:17 AM



Theme © iAndrew 2016 - Forum software by © MyBB