Initial node display

This commit is contained in:
Deon George
2011-04-07 15:03:05 +10:00
parent 6d858a982a
commit d053493eeb
11 changed files with 485 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ class ORM extends Kohana_ORM {
// If we have found our item return
if ($this->_loaded)
return;
return $object;
}
}