-
Updated
Sep 7, 2020
php-framework
Here are 1,323 public repositories matching this topic...
According to http://manual.phpdoc.org/HTMLframesConverter/default/
@propertyshows 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-readtag instead. If the property is write-only, use@property-write.
Example:
/**
* showIs your feature request related to a problem?
I would like to remove the supplier logos but I can't.
Describe the solution you'd like
Remove button to unset logo.
Screenshot
Additional context
I consider this an important feature that could be implemented
-
Updated
Jun 25, 2020 - C
-
Updated
Jun 20, 2020 - PHP
-
Updated
Sep 2, 2020 - PHP
-
Updated
Jan 23, 2019 - PHP
-
Updated
Mar 20, 2020 - C++
-
Updated
Jun 29, 2020 - JavaScript
-
Updated
Sep 8, 2020 - CSS
-
Updated
Jul 27, 2020 - PHP
-
Updated
Sep 7, 2020 - PHP
-
Updated
Sep 8, 2020 - PHP
-
Updated
Sep 2, 2020 - PHP
-
Updated
Jan 13, 2020
-
Updated
Sep 7, 2020 - PHP
-
Updated
Jul 15, 2020
-
Updated
Nov 20, 2018 - PHP
-
Updated
Aug 24, 2020 - PHP
-
Updated
Sep 7, 2020 - PHP
-
Updated
Jul 22, 2018 - HTML
-
Updated
Jan 3, 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.