public function uasort($cmp_function)
 {
     $this->__load();
     return parent::uasort($cmp_function);
 }