ErrorException [ Notice ]: Undefined property: stdClass::$parent

APPPATH/views/stat.php [ 27 ]

22     <?php
23       $ct = View::factory("includes/urunler");
24       $ct->bind('data', $data);
25       $ct = (string)$ct;
26       echo $ct;
27       $t = json_decode($data->parent->title);
28       $c = json_decode($data->parent->content);
29     ?>
30 
31     <div class="col-md-9 col-sm-9">
32       <h3 class="tit"><?php echo $t->$l; ?></h3>
  1. APPPATH/views/stat.php [ 27 ] » Kohana_Core::error_handler(arguments)

  2. SYSPATH/classes/kohana/view.php [ 61 ] » include(arguments)

  3. SYSPATH/classes/kohana/view.php [ 343 ] » Kohana_View::capture(arguments)

  4. SYSPATH/classes/kohana/view.php [ 228 ] » Kohana_View->render()

  5. APPPATH/classes/controller/base.php [ 59 ] » Kohana_View->__toString()

  6. {PHP internal call} » Controller_Base->after()

  7. SYSPATH/classes/kohana/request/client/internal.php [ 121 ] » ReflectionMethod->invoke(arguments)

  8. SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  9. SYSPATH/classes/kohana/request.php [ 1138 ] » Kohana_Request_Client->execute(arguments)

  10. DOCROOT/index.php [ 111 ] » Kohana_Request->execute()

Environment