The quick question is, does Cohan (version 3) automatically delete the data that is passed to ORM :: factory ..... (and everywhere that is related to the database)?
For instance:
$thread = ORM::factory('thread', $this->request->param('id'));
Was the data passed in the second argument autoexperted before they appear in the SQL query, or will I have to do this manually? Probably a stupid question, and it's better to be safe than sorry, but yes ... I usually delete data manually, but I want to know if Cohan does this for me?
thanks
Imdom source share