Skip to content
Snippets Groups Projects
Commit 0898ce78 authored by Laurent's avatar Laurent
Browse files

litte performance improvement

parent 1bc8fe71
Branches
Tags
1 merge request!27litte performance improvement
Pipeline #9466 passed with stage
in 18 seconds
......@@ -906,6 +906,11 @@ abstract class Storm_Model_Abstract {
}
public function getId() {
return $this->_attributes['id'];
}
/**
* Return the value of attribute $field. If cannot find it, raise Exception.
* @param string $field
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment