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 | |
| /** | |
| * Класс-хэлпер для загрузчика-импорта в базу данных по рекламе в помещениях | |
| * User: sage | |
| * Date: 26.06.2017 | |
| * Time: 9:25 | |
| */ | |
| namespace allbb\lib\helpers; |
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 app\controllers\operator; | |
| use app\db\geo\City; | |
| use app\db\price\Clinic; | |
| use app\db\crm\Contact; | |
| use app\models\ContactEditForm; | |
| use yii\db\Query; |
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 | |
| /** | |
| * класс контроллер страницы загрузки-импорта данных по индуру из excel файла | |
| * User: sage | |
| * Date: 23.06.2017 | |
| * Time: 13:15 | |
| */ | |
| namespace allbb\lib\controllers; |
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 app\models; | |
| use app\services\CrudServices; | |
| use yii\base\Model; | |
| use app\db\crm\Contact; | |
| class ContactEditForm extends Model | |
| { |
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 App\Http\Controllers; | |
| use Illuminate\Http\Request; | |
| use App\Http\Requests; | |
| use App\Model\User; | |
| use Auth; | |
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 App\Http\Controllers\Auth; | |
| use App\Model\User; | |
| use App\Model\Registration; | |
| use Validator; | |
| use App\Http\Controllers\Controller; | |
| use Illuminate\Foundation\Auth\ThrottlesLogins; | |
| use Illuminate\Foundation\Auth\AuthenticatesAndRegistersUsers; |
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 | |
| /** | |
| * Обновление цен и статусов щитов с сайта "Дизайн мастер" (ID = 75) dmaster.ru | |
| * Created by PhpStorm. | |
| * User: sage | |
| * Date: 13.02.2017 | |
| * Time: 20:27 | |
| */ | |
| use allbb\lib\ar\Users; |
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
| {{ set(this, 'title', title) }} | |
| <script type="text/javascript" src="/js/chosen.jquery.min.js"></script> | |
| <link href="/css/chosen.min.css" rel="stylesheet" type="text/css" media="all"> | |
| <script> | |
| $(function() { | |
| $(".chosen").chosen(); | |
| }); | |
| </script> |
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 MetroLineMoscowExcelHelper класс для создания листов прайса ексель и лисотв выгрузки из корзины для линий | |
| * метро Москвы. | |
| * Created by PhpStorm. | |
| * User: sage | |
| * Date: 01.04.2017 | |
| * Time: 15:55 | |
| */ |
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: sage | |
| * Date: 04.04.2017 | |
| * Time: 20:15 | |
| * Вывод прайс-листа в пдф на размещение рекламы в вагонах | |
| */ | |
| namespace allbb\lib\helpers\pdf; |