Updates from lnApp
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
*/
|
||||
class ORM extends Kohana_ORM {
|
||||
protected $_table_names_plural = false;
|
||||
protected $_model_names_plural = false;
|
||||
private $_object_formated = array();
|
||||
private $_formated = FALSE;
|
||||
// Our filters used to display values in a friendly format
|
||||
@@ -70,7 +71,7 @@ class ORM extends Kohana_ORM {
|
||||
if (isset($this->_object_formated[$column]))
|
||||
return $this->_object_formated[$column];
|
||||
else
|
||||
return $value;
|
||||
return HTML::nbsp($value);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user