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 | |
class ChiefroomController extends Controller | |
{ | |
public $_metaTitle = 'Личный кабинет сотрудника'; | |
const IS_OPEN = TRUE; | |
public $asUsers = array(); | |
/** | |
* @var ASubordinate | |
*/ |
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 | |
/** | |
* Class ProtocolAccess | |
*/ | |
class ProtocolAccess extends CComponent { | |
private | |
$view = false, # Просмотр протокола | |
$list = false, # Просмотр списка протоколов | |
$editTask = false, # Редактировать задачу через протокол | |
$detachTask = false, # Открепить задачу от протокола |
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 | |
/** | |
* Created by PhpStorm. | |
* User: ilv.semenov | |
* Date: 16.08.16 | |
* Time: 09:23 | |
*/ | |
Yii::import('application.modules.document.models.protocol.BProtocol'); | |
class ProtocolController extends Controller | |
{ |
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 | |
/** | |
* ajax Контроллер | |
* Created by PhpStorm. | |
* User: sys.admin154 | |
* Date: 02.08.16 | |
* Time: 12:02 | |
*/ | |
class KipController extends Controller { | |
/** |
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 | |
/** | |
* Created by PhpStorm. | |
* User: ilv.semenov | |
* Date: 16.09.15 | |
* Time: 10:51 | |
* Сбор показателей для Кабинета руководителя | |
*/ | |
class ChiefRoomGrep extends CComponent{ | |
const IS_OPEN = true; |
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 | |
/** | |
* Created by PhpStorm. | |
* User: ilv.semenov | |
* Date: 10.09.15 | |
* Time: 11:46 | |
* Синхронизация пользоватетелей из тбл AUser в тбл ASubordinate | |
* c расстановкой по правилам подчиненности (Nested Set) | |
*/ | |
class RewriteASubordinate extends CComponent{ |
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 | |
/** | |
* Импорт проектов корпоративного развития из MSSQL | |
* User: ilv.semenov | |
* Date: 28.01.16 | |
* Time: 17:07 | |
*/ | |
class ImportIpmSprPKR extends CComponent { | |
private static $_init = NULL; | |
/* |
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 | |
/** | |
* Created by PhpStorm. | |
* User: sys.admin154 | |
* Date: 21.02.17 | |
* Time: 16:00 | |
*/ | |
$shapes = [ | |
['type' => 'circle', 'params' => []], | |
['type' => 'square', 'params' => []], |