-
I use Zend in ESPOCRM but i have been having issues with receiving attachments from some users the attachments still remain on the email server but they do not make it in the import any help would be …
-
The table gateway feature "[Sequence](https://github.com/zendframework/zend-db/blob/master/src/TableGateway/Feature/SequenceFeature.php)" needs some explanation and a code example.
-
When using smtp transport api for sending mail, 'from' header doesn't change by using
->setFrom() or ->setSender() and 'from' header always remains the same email address used for smtp user for auth…
-
Now exists [ProfilerInterface](https://github.com/zendframework/zend-db/blob/ae46299099c724a96fd088ae05a0b64e3748a808/src/Adapter/Profiler/Profiler.php) which has ability to collect data.
I think the…
-
This issue has been moved from the `zendframework` repository as part of the bug migration program as outlined here - http://framework.zend.com/blog/2016-04-11-issue-closures.html
---
Original Issue…
-
This issue has been moved from the `zendframework` repository as part of the bug migration program as outlined here - http://framework.zend.com/blog/2016-04-11-issue-closures.html
---
Original Issue…
-
This issue has been moved from the `zendframework` repository as part of the bug migration program as outlined here - http://framework.zend.com/blog/2016-04-11-issue-closures.html
---
Original Issue…
-
Hi all,
i have a directory with a huge amount of Mails, so i decided to use the Zend\Mail\Storage\Maildir Class for getting all Mails within this directory. See my code:
``` php
-
Any thoughts about supporting CTE (common table expressions) ?
In mariadb 10.2:
https://mariadb.com/kb/en/mariadb/non-recursive-common-table-expressions-overview/
Or postgresql:
https://www.po…
-
I see that this package only provides translation for locale short codes like `fr` or `en`. It is a problem when you want to translate framework messages with a locale detected as `fr_FR` or `en_US` a…