mrsoto

Results 3 comments of mrsoto

+1 at least that open git-control window at the current resource project or project selected in the tree view

Actually, the real issue is that the order by should be : ``` ORDER BY `timestamp` DESC, `id` DESC ```

I've a similar problem: This statement: ``` php $current = $mapper ->assigment[$id] ->classroom(array('id' => $classroom_id, 'usercustomer_id' => $usercustomer_id)) ->fetch(); ``` produce: ``` php espect\Relational\Sql object { query => (string) SELECT...