This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace project\AdminInterface\SightCategory; | |
class FormView extends \nav\AdminHelper\AdminEditHelper | |
{ | |
protected static $model = '\project\Internals\SightCategoryTable'; | |
protected static $entity = 'sightCategory'; | |
protected static $localeEntityName = 'Категория'; | |
public static function getModule() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hammerspoon for karabiner |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
colorscheme default | |
" set guioptions=grLte | |
set guioptions=grte | |
set guifont=Consolas:h9::cDEFAULT | |
" language en | |
syn on | |
" au GUIEnter * simalt ~x | |
set lines=80 columns=130 | |
set mouse=a |