1
Bug Reports / Re: UTF-8 vs UTF8
« on: June 03, 2013, 11:56:49 am »
Are you sure it is TinyMVC issue? Have you checked your database tables encoding?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
nah still nothing,
i think method index() in slave controller isn't starting
when slave view is included to master view probable only master controller is execute
so that's why i cant retrieve variables from slave controller and i have no idea how to change that
i want it make work like this http://www.symfony-project.org/book/1_0/07-Inside-the-View-Layer
$this->view->assign('div_content', 'It works!');
$this->view->assign('content', $this->view->fetch('content_view'));
$this->view->display('layout_view');<div><?php echo $div_content; ?></div><html>
<head>
<title>Title</title>
</head>
<body>
<?php echo $content; ?>
</body>
</html>
if(!file_exists($controller_file))toif(!stream_resolve_include_path($controller_file))$this->load->model('Thread_Model', 'thread', 'forum/thread_model.php');then it says to me that the class cannot be loaded.__parent::construct();you should add parent::__construct(); It should work fine this way...