load->model('pastes'); if (!$this->input->post('text')) { echo 'missing paste text'; } else { echo $this->pastes->createPaste(); } } }