Ejemplo n.º 1
0
 /**
  * get Singleton  Sam_Model_AuthenticationLog
  *
  * @return Sam_Model_AuthenticationLog
  */
 public static function getObjectByID($id)
 {
     $obj = new Sam_Model_AuthenticationLog();
     $obj->find($id);
     return $obj;
 }