-
Updated
Jul 27, 2020
php-framework
Here are 1,310 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
Some text in this class is hardcoded, like "Expand All", "Collapse All", etc.
These strings should be translatable.
Edited by Khouloud
Steps to reproduce the issue
- Go to BO => Shop Parameters => General page
- Enable multishop context
- Go to BO => Advanced Parameters => Multistore
- Edit a shop
- Change the language of the employee to any other language
Collapse All
, `Ex
-
Updated
Jun 25, 2020 - C
-
Updated
Jun 20, 2020 - PHP
-
Updated
Aug 7, 2020 - PHP
-
Updated
Jan 23, 2019 - PHP
-
Updated
Mar 20, 2020 - C++
-
Updated
Jun 29, 2020 - JavaScript
-
Updated
Jul 27, 2020 - PHP
-
Updated
Aug 17, 2020 - CSS
-
Updated
Jul 30, 2020 - PHP
-
Updated
May 19, 2020 - PHP
-
Updated
Aug 17, 2020 - PHP
-
Updated
Jan 13, 2020
-
Updated
Aug 7, 2020 - PHP
-
Updated
Jul 15, 2020
-
Updated
Nov 20, 2018 - PHP
-
Updated
Aug 5, 2020 - PHP
-
Updated
Jul 22, 2018 - HTML
-
Updated
Aug 15, 2020 - PHP
-
Updated
Jan 3, 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.