-
Updated
Jun 28, 2020
php-framework
Here are 1,283 public repositories matching this topic...
Additional info
Q | A |
---|---|
Yii version | 2.0.34 |
PHP version | 7.4.5 |
Operating system | N/A |
I'm following this guide to convert scss files to css files.
In the css array from my AppAsset I have to add scss/myFile.scss
to yii r
Describe the bug
On product page in FO, "Product Details" tab is visible and empty even if there is no data to display.
Expected behavior
No "Product Details" tab if there is no data to display. And no white block if there is no Description too.
Steps to Reproduce
Steps to reproduce the behavior:
- Remove brand, reference and features in a product (e.g. "Mug Today
-
Updated
Jun 25, 2020 - C
What's your experience on large offset values in big tables? Let's say with an offset value of 100000?
As stated here for example: http://devoluk.com/mysql-limit-offset-performance.html
Maybe enhance the LIMIT array optionally by a name for the primary index.
So if we call
new Medoo('table', "*", ['LIMIT' => [100000, 10, 'id'], 'ORDER' => ['date' => 'asc']]);
the resulting query would
-
Updated
May 25, 2020 - PHP
-
Updated
Jan 23, 2019 - PHP
There is a "http_error" callback in Mongoose that maybe we should implement to handle 422 error code:
https://github.com/cztomczak/phpdesktop/blob/3a56b9342d69105bf47f146a8adf0b9e5e70836d/src/mongoose.h#L125
This is the default "send_http_error" implementation for handling http errors in Mongoose:
https://github.com/cztomczak/phpdesktop/blob/3a56b9342d69105bf47f146a8adf0b9e5e70836d/src/mongoo
-
Updated
Jun 29, 2020 - JavaScript
-
Updated
Jun 26, 2020 - PHP
-
Updated
Jul 5, 2020 - CSS
-
Updated
Jun 6, 2020 - PHP
For fast loading and easy/short code. Not all in one PR - it's big work, but step by step - if u update method move examples in guide, if u add new method - create examples in guide.
-
Updated
Mar 14, 2020 - PHP
-
Updated
Jan 13, 2020
Where
WindWalker / Documentation / Start / Getting Started / Create First Controller
Wrong
Let's create a php class in src/Flower/Controller/Sakura/GetContrtoller.php.
Correct
Let's create a php class in src/Flower/Controller/Sakura/GetController.php.
GetCo
-
Updated
Nov 20, 2018 - PHP
-
Updated
Mar 25, 2020
-
Updated
Jul 22, 2018 - HTML
-
Updated
Jun 26, 2020 - PHP
When I use a model in a console method with softdelete or Blameable Behavior (\Yii::$app->user->id), the following error appears:
'Getting unknown property: yii \ console \ Application :: user'
I have solved it by adding the user component in the console and manually adding the identity in the console command, but I do not know if it is the most appropriate solution.
**console/config/ma
-
Updated
Jul 5, 2020 - PHP
-
Updated
Dec 10, 2019 - PHP
-
Updated
May 26, 2019 - PHP
Improve this page
Add a description, image, and links to the php-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the php-framework topic, visit your repo's landing page and select "manage topics."
Description
At the moment it's quite hard to debug HTTP errors because the only information we get is:
HTTP/1.1 400 Bad Request returned for "https://example.com/".
It would be nice to have an opt-in option that would automatically open response payload and headers in order to log them in Sentry for example. It may require to handle a max lenght on the response payload.