Add the possiblity to reorder the column position for a board

This commit is contained in:
Frédéric Guillot
2014-03-16 10:44:05 -04:00
parent 395a8a5f2a
commit e0a5045ed5
8 changed files with 384 additions and 36 deletions

View File

@@ -8,6 +8,12 @@ require_once __DIR__.'/task.php';
use \SimpleValidator\Validator;
use \SimpleValidator\Validators;
/**
* Action model
*
* @package model
* @author Frederic Guillot
*/
class Action extends Base
{
const TABLE = 'actions';