-
Currently, the `Transfer` subcomponent, which provides facilities around managing file uploads and reporting file upload progress, has no written documentation, and needs some.
There _is_, however, d…
-
$partial used in renderPartial() function. $partial can be string or array, but there is no point in array.
Here is the code in renderPartial():
```
/** @var \Zend\View\Helper\Partial $partialHe…
-
Hi,
I've just pinpointed kind of a regression compared to how ZF used to work in version 1.
If you want to customize default validation error messages and/or translate it, you are, with ZF2, forced …
-
Hi
I just noticed that the content of zf1-extras is missing from the full release package zip. I did not check the tar.gz. Maybe because zf1-extra has no 1.12.17 release tag?
I copied the zf1-extras…
-
When I use a Namespace-Separator-Rule (e.g. for ZF2) and a "_"-Separator-Rule (e.g. for ZF1) at the same time, the class loading can cause conflicts (Cannot redeclare class Zend_Mime_Part)
glady updated
8 years ago
-
Hi Guys,
If you choose to not prefix a table with the alias it will display: "alias""field","alias""field".
As such in Zend\Db\Sql\Select I believe the columns processing part should be (my version …
-
https://github.com/zendframework/zf1/blob/release-1.12.17/library/Zend/Version.php
..should be 1.12.17, not 1.12.17dev
-
Example:
```
$ composer require zf1/zend-pdf
$ composer show
zf1/zend-cache 1.12.11 Zend Framework 1 Cache package
zf1/zend-exception 1.12.11 Zend Framework 1 Exception package
zf1/zend-log …
-
This started since I updated to Sierra so I'm pretty sure it has something or everything to do with that. Any help is appreciated!
plexrequests-meteor $ meteor
[[[[[ ~/Documents/plexrequests-meteor ]…
-
I created a lazy session handler (see https://gist.github.com/glen-84/5470169), but it is ineffective, as Zend sessions always store _REQUEST_ACCESS_TIME in the session, even if it is not needed.
Is …