It looks like you're new here. If you want to get involved, click one of these buttons!
I limited the content to 30 characters, It's enough for me to figure out what the content.
function list_items($limit = NULL, $offset = 0, $col = 'id', $order = 'asc') {
$data = parent::list_items($limit, $offset, $col, $order);
foreach($data as $key => $val){
$value=strip_whitespace(preg_replace("/(\n|\r|\t)/" ," ", strip_tags($val["value"])));
$data[$key]["value"]=word_limiter($value,30);
}
return $data;
}
Comments
https://github.com/daylightstudio/FUEL-CMS/tree/1.0
Specifically:
https://github.com/daylightstudio/FUEL-CMS/commit/7c403b19eeb9e3645d673c56d37275b2d86bd5dc