-
I've reviewed your code a bit and noticed you do not use any database transactions when inserting a new Transaction into the database. This is **very dangerous** as it can lead to _dirty reads_, _non-…
-
I can't update packages.
My `composer.json`:
```json
{
"name": "yiisoft/yii2-app-advanced",
"description": "Yii 2 Advanced Project Template",
"keywords": [
"yii2",
"framework…
-
After upgrading to 1.7.3 third party integrated scripts stopped working. https://www.yiiframework.com/doc/guide/2.0/en/tutorial-yii-integration#using-yii-in-others
Example, this .php file could be …
Mazvy updated
3 years ago
-
Hello. in the authorization controller, I can log in. but when i go to another page my user is not authorized
`Yii::$app->user->identity === null => true`
`
-
### What steps will reproduce the problem?
Controller code:
```php
if (Model::loadMultiple($models, Yii::$app->request->post()) && Model::validateMultiple($models)) {
$count = 0;
…
-
https://github.com/vova07/yii2-fileapi-widget
Осталось доработать процесс мултизагрузки.
-
I have the Kali 2021 that runs Ettercap version 8.3.1 (BE) but with ARP poisoning I do not get the user:passw in the message pane. I see the credentials in the connections but not in the message pane…
-
try adding support for it:
http://www.yiiframework.com/doc/guide/1.1/en/database.arr#relational-query-with-through
-
How to automatically save data to database and read it for widget using ActiveRecord models? No information or examples provided, only examples with \yii\base\Model. Maybe, some Trait should be create…
-
Hi,
I tried to use SettingAction to make a custom form to handle a setting category. There are several things I did not understand, so it doesn't work. Could you please provide an fully working examp…