if($this->form_validation->run() == FALSE) { $this->listProperty(); } else {
if($this->form_validation->run()) { //the working result comes here } else { $this->listProperty();}