zend-console icon indicating copy to clipboard operation
zend-console copied to clipboard

Console component from Zend Framework

Results 9 zend-console issues
Sort by recently updated
recently updated
newest added

This is my simple route definition: ``` '[--flag|-f] ' ``` Only "-f" and "-flag" match, "--flag" does not. According to the documentation, "--flag" should match, which would also follow common...

Ubuntu has a default setting which only stores the environment variables in $_SERVER. The $_ENV is always empty, only when variables_order is changed to EGPCS $_ENV is available. Quote from...

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: https://api.github.com/repos/zendframework/zendframework/issues/7560 User: @waltertamboer Created On: 2015-05-30T08:55:03Z...

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: https://api.github.com/repos/zendframework/zendframework/issues/7559 User: @waltertamboer Created On: 2015-05-30T08:54:41Z...

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: https://api.github.com/repos/zendframework/zendframework/issues/7465 User: @IvanoP Created On: 2015-04-28T11:15:45Z...

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: https://api.github.com/repos/zendframework/zendframework/issues/7107 User: @marc-mabe Created On: 2015-01-07T18:16:45Z...

Hi, Doing same setup as [https://zendframework.github.io/zend-mvc-console/intro/](url), nothing is displayed by getConsoleBanner() nor getConsoleUsage(). I've done some tests to confirm that Route is found and Controller is executed. Someone's got the...

I tried to create a route where a group of Value Parameters is mandatory like this example: ``` php