-
Updated
Sep 11, 2020
php-framework
Here are 1,328 public repositories matching this topic...
According to http://manual.phpdoc.org/HTMLframesConverter/default/
@property
shows a "magic" property variable that is found inside the class.The property is presumed to be available for both read and write operations. If the property is read-only, you should use the
@property-read
tag instead. If the property is write-only, use@property-write
.
Example:
/**
* show
Describe the bug
In BO, Shop param>Product settings, I put a delivery time of in stock products.
I save, go to FO, check the delivery time of my products which is a bit "hidden" inside the whole description, making it Bold may help to quickly see the delivery time - as it is often an important point to customers.
Steps to Reproduce
Steps to reproduce the behavior:
- Go to
-
Updated
Jun 25, 2020 - C
-
Updated
Sep 17, 2020 - PHP
-
Updated
Sep 10, 2020 - PHP
-
Updated
Jan 23, 2019 - PHP
-
Updated
Mar 20, 2020 - C++
-
Updated
Sep 21, 2020 - JavaScript
-
Updated
Sep 24, 2020 - CSS
-
Updated
Jul 27, 2020 - PHP
-
Updated
Sep 7, 2020 - PHP
-
Updated
Sep 13, 2020 - PHP
-
Updated
Sep 14, 2020 - PHP
-
Updated
Jan 13, 2020
-
Updated
Sep 23, 2020 - PHP
-
Updated
Sep 9, 2020
-
Updated
Nov 20, 2018 - PHP
-
Updated
Sep 11, 2020 - PHP
-
Updated
Aug 24, 2020 - PHP
-
Updated
Jul 22, 2018 - HTML
-
Updated
Sep 16, 2020 - PHP
-
Updated
Dec 10, 2019 - PHP
-
Updated
Aug 30, 2020 - 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.