add ranking to Character page

This commit is contained in:
coderkun 2014-04-16 11:36:58 +02:00
commit d973072ee9
6 changed files with 120 additions and 25 deletions

View file

@ -68,6 +68,17 @@
);
/**
* Miscellaneous settings
*
* @static
* @var array
*/
public static $misc = array(
'ranking_range' => 2
);
/**
* Validation settings for user input
*