ErrorException [ Fatal Error ]: Class 'text' not found

APPPATH/views/news/index.php [ 13 ]

 8 foreach ($news as $item) {
 9     ?>
10 
11     <h3><a href="/news/view/<?= $item->id ?>"><?= date("d.m.Y", strtotime($item->date)) ?> <?= $item->title ?></a></h3>
12     <div class="news-item">
13         <?= text::limit_words(strip_tags($item->body), 50) ?> <a href="/news/view/<?= $item->id ?>">Подробнее...</a>
14     </div>
15 
16 <?php
17 }
18 ?>
  1. {PHP internal call} » Kohana_Core::shutdown_handler()

Environment