Todo
| TipyModel |
Accept conditions and values in one array 'conditions' => ['id = ?', $id] Improve find() to accept arguments like Post::find('first', 'conditions' => ['created_at > ?', time()]); |
| TipyApp | run() |
Different exceptions handling in production and development modes |
| TipyController | pageNotFound() |
Implement fancy 404 page |