-
I will be nice if the book will have a section that show how to use yii\di\Container and how it can help to decouple the business logic from the framework.
-
### What steps will reproduce the problem?
I installed pdo_informix and edgardmessias/yii2-informix library (ver. 1.1.1) in php 8.2.
I execute a queryOne() on a simple query: select * from tablename…
-
Hello All,
Please help me on this.
I am using the yii2 scroll pagination and in the pagination use the ListView::widget.
when i scroll the page a button shows names as "load more " when i click on …
-
The Kartik select2 plugin is not working in dynamicforms. It works when the row is updating, but not when it's cloned or inserted.
TypeError: Cannot read property 'widgetItem' of undefined
http://loc…
-
We have multiple environments (prod, staging, pentest) and would like to update the environments occasionally by dumping the production DB to staging/pentest. I have created a Service Provider for all…
d--j updated
4 months ago
-
Hi Lando team,
I wish to create a lando app with an existing app running Yii2 framework. Eventually, I want my whole team to adopt Lando as their development environment. I have successfully set up…
-
### How do I use retry?
| Q | A
| ---------------- | ---
| Yii version | 2.0.15.1
| PHP version | 7.2.5
| Operating system | linux
```php
-
Description
After updating Craft 2 to Craft 3 can't install Maps.
Steps to reproduce
Install Maps
Settings > Plugins shows Not installed
Additional info
Craft version:3.7
…
-
### What steps will reproduce the problem?
create a field via migration for the `start` with `defaultExpression()` as `CURRENT_TIMESTAMP` and `ON UPDATE CURRENT_TIMESTAMP`
![image](https://user-…
-
The latest updates from several DB such as MySQL, Oracle, PostgreSQL are all supporting JSON data type with basic operations: create, update, index, validate.
Should we implement a support at PHP lay…