In Ci, I\'ve got the following function. How do I test that the query successfully inserted without error\'s?
public function postToWall() { $entryData =
I prefer use
echo $this->db->affected_rows();
in models file