-
Hi,
If I use "console write" in objects of `Zend\Mvc\Console\Controller\AbstractConsoleController`, when testing, it outputs the content and `assertConsoleOutputContents` don't recognize the output.
…
-
https://github.com/PacktPublishing/Laminas-Web-Development/blob/3896852da56e3d14154ccc634ca22461b384146c/chapter11/whatstore/module/Store/src/Model/ProductBasketFactory.php#L14
return new ProductBa…
-
I could be wrong but please do let me know if this is "as intended" as it seems a bit strange to me.
Reported from PHP 5.6 with curl, and Zend Framework 3.0.0
If I use this test code to pull content…
-
An element's `label` can get attributes, e.g. `class`. Theoretically this behavior is also possible for radio buttons. But the `setLabelAttributes(['class' => 'my_class'])` called on a `Zend\Form\Elem…
-
I'm trying to use a function as a table in Zend\Db\Sql\Select and it appears to be quoting incorrectly. The entire function including parens is wrapped in quotes and I get an error saying the table do…
pdizz updated
4 years ago
-
One of the most confusion part of the current cache component is the usage of resource manager.
The resource managers are used to instantiate resources (like an instance of `Memcache/d`) and to share …
ghost updated
4 years ago
-
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Version
10.0.2
### Bug descripti…
-
- [x] I was not able to find an [open](https://github.com/zendframework/zend-db/issues?q=is%3Aopen) or [closed](https://github.com/zendframework/zend-db/issues?q=is%3Aclosed) issue matching what I'm …
-
Hey,
I investigated an issue I had. An E-Mail-Address is recognized as invalid. To guard the real email address, I create something that is fitting to my detected issue.
Lets use the email address 'f…
-
Hi guys, I'm working on an iOS project and I'm required to send documents, such as pdfs, to my laravel server. The issue is, every time I try to send a post request for a PDF, I get this error message…