@Route("/admin", name="admin")@Route("public/admin", name="admin")
/**
* @Route("/admin", name="admin")
*/
public function index(): Response
{
}
Как можно сравнивать?
WHEN_FAILED - будет установлено в FAILING_NOW если значение атрибута меньше или равно THRESH, или в "-" если выше. В случае FAILING_NOW, лучше как можно скорее выполнить резервное копированието есть при WHEN_FAILED=FAILING_NOW
"Description","Value","Flags","Page, Offset"
"General Statistics (rev 1)","","",""
" Lifetime Power-On Resets","4","---","0x01, 0x008"
" Power-on Hours","8","---","0x01, 0x010"
" Logical Sectors Written","63 341 025","---","0x01, 0x018"
Sector Size: 512 bytes logical/physical
access_control:
- { path: ^/admin, roles: ROLE_ADMIN }
private $types=['enumstatus'=>'app\\enum\EnumStatus'];
....
public function init()
{
$this->initDoctrine();
}
public function initDoctrine()
{
Yii::setAlias('Doctrine', $this->getBasePath() . '/vendor/Doctrine');
$connectionOptions = array(
'driver' => $this->getDriver(),
'user' => $this->getUser(),
'password' => $this->getPassword(),
'host' => $this->getHost(),
'dbname' => $this->getDbname(),
'charset'=>$this->getCharset(),
);
$isDevMode = true;
$config = Setup::createAnnotationMetadataConfiguration(array("entities","types"), $isDevMode);
$classLoaderTypes = new \Doctrine\Common\ClassLoader('types');
$classLoaderTypes->register();
$this->em = EntityManager::create($connectionOptions, $config);
foreach ($this->types as $name => $type) {
if (Type::hasType($name)) {
Type::overrideType($name, $type);
} else {
Type::addType($name, $type);
}
$this->em->getConnection()->getDatabasePlatform()->registerDoctrineTypeMapping('db_'.$name, $name);
}
}
Ниже мешает загружать скрипты и стили, но не знаю как по-другому сделать, наверное перенаправление на 404 страницу (но это не подходит в случае скриптов и стилей)?