1 | 18:35:54.042 | | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
2 | 18:35:54.042 | | trace | yii\base\Module::getModule | Loading module: debug |
3 | 18:35:54.059 | | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
4 | 18:35:54.063 | | trace | yii\base\Module::getModule | Loading module: gii |
5 | 18:35:54.064 | | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() |
6 | 18:35:54.067 | | trace | yii\web\Application::handleRequest | Route requested: 'anagrafica/comuni/infocomuneres' |
7 | 18:35:54.069 | | trace | yii\base\Controller::runAction | Route to run: anagrafica/comuni/infocomuneres |
8 | 18:35:54.072 | | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\anagrafica\ComuniController::actionInfocomuneres() |
9 | 18:35:54.083 | | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `db0_comuni` |
10 | 18:35:54.083 | | info | yii\db\Connection::open | Opening DB connection: mysql:host=localhost;dbname=sanzioni1_0 |
11 | 18:35:54.090 | | info | yii\db\Command::query | SELECT
kcu.constraint_name,
kcu.column_name,
kcu.referenced_table_name,
kcu.referenced_column_name
FROM information_schema.referential_constraints AS rc
JOIN information_schema.key_column_usage AS kcu ON
(
kcu.constraint_catalog = rc.constraint_catalog OR
(kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL)
) AND
kcu.constraint_schema = rc.constraint_schema AND
kcu.constraint_name = rc.constraint_name
WHERE rc.constraint_schema = database() AND kcu.table_schema = database()
AND rc.table_name = 'db0_comuni' AND kcu.table_name = 'db0_comuni' |
12 | 18:35:54.094 | | info | yii\db\Command::query | SELECT * FROM `db0_comuni` WHERE `Comune`='Modugno' |