Re: [fw-general] Please document AbstractHttpControllerTestCase::reset(true);

2016-02-24 Thread Frank Brückner
Hi Simon, please open a new ticket on https://github.com/zendframework/zend-mvc/issues Or create a pull request. Thanks! Kind regards, Frank Am 24.02.2016, 10:37 Uhr, schrieb Simon Walter : It's a very useful and necessary function. It would be nice to add a line about this to the documen

Re: [fw-general] php-ZendFramework-extras-1.12.17

2016-02-19 Thread Frank Brückner
Hello Henrique, you can download it by your own: https://github.com/zendframework/zf1-extras/releases Or copy from 1.12.16, because the extra library hasn't changed. Or you wait for version 1.12.18., which will include the extras. Nothing was drop, it is only mistake in version 1.12.17.! (See:

Re: [fw-general] php-ZendFramework-extras-1.12.17

2016-02-19 Thread Frank Brückner
Hello, yes, in release 1.12.7 the extras are missing. It was a bug. (https://github.com/zendframework/zf1/issues/656) You can download the "Zend Framework 1.12 Extras" here: https://github.com/zendframework/zf1-extras/releases "ZF 1.12.18 Full" will include the extra package. Kind regards, Fr

Re: [fw-general] Re: setElementsBelongTo() effect on subform elements

2015-08-17 Thread Frank Brückner
Hi, the names are wrong. Please check this: $form = new Zend_Form(); $form->setElementsBelongTo('foobar'); $form->addElement('text', 'firstName'); $form->addElement('text', 'lastName'); $subForm = new Zend_Form_SubForm(); $subForm->setElementsBelongTo('baz'); $subForm->addElement('text', 'email

Re: [fw-general] Re: [ZF1] Zend_Locale and locales like "zh_Hans_HK

2015-07-13 Thread Frank Brückner
Hi Tomasz, sorry, my mistake. With version 24 of the CLDR (http://cldr.unicode.org/) the locales "zh_Hans_HK" and "zh_Hant_HK" are no longer part of CLDR. So we introduced the aliases. But in the meantime the two locales are back in the CLDR library. Can you open a bug report for this probl

Re: [fw-general] [ZF1] Zend_Locale and locales like "zh_Hans_HK

2015-07-13 Thread Frank Brückner
Hi Tomasz, please check the latest version, because "zh_Hans_HK" and "zh_Hant_HK" are supported. Kind regards, Frank Am 13.07.2015, 13:23 Uhr, schrieb ts : I am having trouble with I18N. I want to support locales like: - zh_Hans_HK - zh_Hant_HK and it seems that it is impossible with the

Re: [fw-general] ZF1.12.12 XMLRPC

2015-05-20 Thread Frank Brückner
Hi Kevin, version 1.12.13 is on the way! Please see also: https://github.com/zendframework/zf1/pull/567 Kind regards, Frank Am 20.05.2015, 16:21 Uhr, schrieb kevinsmith : Hello. I am using ZF1 for an XMLRPC client connecting to a ZF1 XMLRPC server. I have upgraded from 1.12.11 to 1.12.12

Re: [fw-general] ZF2 Breadcrumbs not showing

2014-11-11 Thread Frank Brückner
Hi, compare your two lines of code: echo $this->navigation('navigation')->menu()->render(); echo $this->navigation()->breadcrumbs()->setMinDepth(0)->render(); There is a difference! Kind regards, Frank -- List: fw-general@lists.zend.com Info: http://framework.zend.com/archives Unsubs

Re: [fw-general] How to render PDFs in Zend Framework

2014-07-30 Thread Frank Brückner
Hi, look at: https://github.com/raykolbe/DOMPDFModule Kind regards, Frank Am 30.07.2014, 00:38 Uhr, schrieb dennis-fedco : I've heard that one can set up a rendering strategy in ZF2, where I prepare my data, send it to a PDF template, and something (rendering engine) renders PDF from my d

Re: [fw-general] Re: can't load classes in Zend_Framework 1.12.1 but worked 1.11.2 and previous versions

2014-03-14 Thread Frank Brückner
Hi, in ZF1 there is no view helper with the name "menu". We have a "Navigation_Menu" helper. (http://framework.zend.com/manual/1.12/en/zend.view.helpers.html#zend.view.helpers.initial.navigation.menu) You can use the standard view helper with your own script like this: echo $this->navigatio

Re: [fw-general] ZF 1.12.4, 2.1.6, and 2.2.6 Released, with Security Updates!

2014-03-07 Thread Frank Brückner
Or: http://framework.zend.com/downloads/latest#ZF1 (https://packages.zendframework.com/releases/ZendFramework-1.12.4/ZendFramework-1.12.4.zip) (Packagist.org is coming) Kind regards, Frank Am 07.03.2014, 11:24 Uhr, schrieb Frank Brückner : Please look at: https://github.com/zendframework

Re: [fw-general] ZF 1.12.4, 2.1.6, and 2.2.6 Released, with Security Updates!

2014-03-07 Thread Frank Brückner
Please look at: https://github.com/zendframework/zf1-extras Kind regards, Frank Am 07.03.2014, 11:22 Uhr, schrieb Thomas Mauro Vargiu : Hello Julian, But, where can I find ZendX? In v1.12.3 ZendX was in the repository. Should I just use version <=1.12.4 if I want ZendX, or there is another

Re: [fw-general] Zend\Di\Di configuration array?

2014-01-10 Thread Frank Brückner
Please report the problems on the bug tracker. https://github.com/zendframework/zf2-documentation/issues Thanks! Kind regards, Frank Am 10.01.2014, 20:07 Uhr, schrieb Philip G : Is there any better Zend\Di\Di configuration array in the wild? The one on the docs page is wrong: the hierarch

Re: [fw-general] [OT] helpers url absolute vs relative

2013-09-03 Thread Frank Brückner
Hi Wisher, please look at the "basePath" view helper: http://framework.zend.com/manual/2.2/en/modules/zend.view.helpers.base-path.html Kind regards, Frank Am 03.09.2013, 20:55 Uhr, schrieb whisher : Hi, I notice that other framework like laravel if you using helpers give you an absolute url

Re: [fw-general] And now for something completely different

2013-09-02 Thread Frank Brückner
Hi Ralf, ich habe bei Ben per E-Mail angefragt, aber leider keine Antwort erhalten. Gruß Frank Am 02.09.2013, 22:53 Uhr, schrieb Ralf Eggert : Hi, has anyone heard anything about these little green fellas? http://elephpants.dasprids.de/ Thanks and best regards, Ralf -- List: fw-general@

Re: [fw-general] [ZF2] Navigation: change class for UL tag

2013-05-08 Thread Frank Brückner
Hi Sergio, use: $this->navigation('navigation')->menu()->setUlClass('foo'); Look also here: http://framework.zend.com/manual/2.1/en/modules/zend.navigation.view.helper.menu.html#view-helper-menu Kind regards, Frank Am 08.05.2013, 15:04 Uhr, schrieb Razorblade : Hi everyone, is it possib

Re: [fw-general] [ZF2] How to use custom db adpater / How to log database-queries

2013-02-25 Thread Frank Brückner
Am 24.02.2013, 20:49 Uhr, schrieb phmarty : In ZF1, logging database queries was easy. I just created a custom database adapter… You don't need a extra adapter. Example: resources.db.adapter = "pdo_mysql" ... resources.db.params.profiler.class = "Zend_Db_Profiler_Firebug"

Re: AW: [fw-general] Model Class Not Found

2013-02-11 Thread Frank Brückner
Oh, no! This is unnecessary. Create a Bootstrap class in the module and everything runs! Am 11.02.2013, 11:27 Uhr, schrieb Chintan Patel : Try this.. $moduleLoader = new Zend_Application_Module_Autoloader(array( 'namespace' => 'Register', 'basePath' => APPLICATION_PATH . "/mod

Re: [fw-general] How to split up this column?

2013-02-06 Thread Frank Brückner
Hi Yves, you can use "DisplayGroups": http://framework.zend.com/manual/1.12/en/zend.form.forms.html#zend.form.forms.displaygroups Then add some CSS for the "fieldset" elements and you will get columns. Am 06.02.2013, 17:35 Uhr, schrieb Yves : Hi all, This is the HTML that was generated b

Re: [fw-general] removeDecorator

2013-02-05 Thread Frank Brückner
Hi Mihamina, look at the manual: http://framework.zend.com/manual/1.12/en/zend.form.standardDecorators.html Kind regards, Frank Am 05.02.2013, 13:49 Uhr, schrieb Mihamina Rakotomandimby : Hi all, On several examples I see: $email->removeDecorator('label'); $email->remov

Re: [fw-general] zf1: trying to add a navigation menu

2013-01-17 Thread Frank Brückner
you decided to set the container in the Registry instead of explicitly using ->setContainer()? Javi On 01/17/2013 07:26 AM, Frank Brückner wrote: Hi, you have to delete something: protected function _initRequest() { $translate = new Zend_Translate('array', APPL

Re: [fw-general] zf1: trying to add a navigation menu

2013-01-16 Thread Frank Brückner
Hi, you have to delete something: protected function _initRequest() { $translate = new Zend_Translate('array', APPLICATION_PATH . '/languages', null, array('scan' => Zend_Translate::LOCALE_FILENAME)); $translate->setLocale('en'); Zend_Registry::set('Zend_Translate', $

Re: [fw-general] Re: can't load classes in Zend_Framework 1.12.1 but worked 1.11.2 and previous versions

2013-01-16 Thread Frank Brückner
- "appnamespame" - space with "c" not "m" - No, it's not related to this issue. Am 16.01.2013, 11:49 Uhr, schrieb Oleg_201080 : It looks like appnamespame="" in my application.ini doesn't work in 1.12.1. I don't know if it's relate to issue described here: http://framework.zend.com/issues/sr

Re: [fw-general] Re: can't load classes in Zend_Framework 1.12.1 but worked 1.11.2 and previous versions

2013-01-16 Thread Frank Brückner
It works for me: protected function _initPlugins() { $this->bootstrap('frontcontroller'); $this->frontController->registerPlugin(new Application_Plugin_Foo()); } Am 16.01.2013, 10:38 Uhr, schrieb Oleg_201080 : I have code to register plugin in bootstrap and as I told it worked in 1.11

Re: [fw-general] can't load classes in Zend_Framework 1.12.1 but worked 1.11.2 and previous versions

2013-01-16 Thread Frank Brückner
Hi, if it's a FrontController-Plugin, then register your plugin. Look at the docs: http://framework.zend.com/manual/1.12/en/zend.application.available-resources.html#zend.application.available-resources.frontcontroller (Example #5) Kind regards, Frank Am 16.01.2013, 06:04 Uhr, schrieb Oleg

Re: [fw-general] can't load classes in Zend_Framework 1.12.1 but worked 1.11.2 and previous versions

2013-01-16 Thread Frank Brückner
Hi, I have no problems. Bootstrap class: $container = new Zend_Navigation(include APPLICATION_PATH . '/configs/navigation.php'); Zend_Registry::set('Zend_Navigation', $container); Layout script: echo $this->navigation()->menu(); Can you show some more code, maybe on Github as Gist? Kind re

Re: [fw-general] IDs prepended with name of navigation view helper plugin, when present, why?

2012-12-11 Thread Frank Brückner
Hello Andreas, Kyle Spraggs (spiffyjr) is working on a new version: https://github.com/spiffyjr/spiffy-navigation I will write him an e-mail, because I think we need a RFC for a new navigation component and helpers! Kind regards, Frank Am 11.12.2012, 17:05 Uhr, schrieb Andreas Möller :

Re: [fw-general] IDs prepended with name of navigation view helper plugin, when present, why?

2012-12-11 Thread Frank Brückner
There are some more: http://www.zfforum.de/faq-howto/9422-zend_navigation-1-12-setzen-eigener-html-attribute-fuer-seiten-z-b-azrelaoe.html http://www.zfforum.de/faq-howto/9420-zend_navigation-1-12-setzen-des-id-attributes-fuer-ein-menue.html Am 11.12.2012, 16:48 Uhr, schrieb Andreas Möller :

Re: [fw-general] IDs prepended with name of navigation view helper plugin, when present, why?

2012-12-11 Thread Frank Brückner
Hello Andreas, with version 1.12 some new feature was added to Zend_Navigation. A port of these new code to version 2 is missing. Search for "_normalizeId": http://framework.zend.com/code/filedetails.php?repname=Zend+Framework&path=%2Ftags%2Frelease-1.12.0%2Flibrary%2FZend%2FView%2FHelper%2FNa

Re: [fw-general] IDs prepended with name of navigation view helper plugin, when present, why?

2012-12-11 Thread Frank Brückner
Am 11.12.2012, 16:10 Uhr, schrieb Andreas Möller : Hello list, can anyone tell me what the reasonale is behind the fact that if I provide an id attribute in a navigation page, that upon rendering using a navigation view helper plugin, it is prepended with the normalised name of the view

Re: [fw-general] zf 1: how to render only the widget of an element?

2012-12-07 Thread Frank Brückner
Am 07.12.2012, 14:52 Uhr, schrieb Javier Garcia : Hi, I have a form that i have instantiated in the controller and now i want to render it in the view without showing the labels. Is there any way to render the fields without the label (only the input, select.. html tags)? Hi Javi, write

Re: [fw-general] Is CLDR gone?

2012-08-01 Thread Frank Brückner
Am 01.08.2012, 15:24 Uhr, schrieb Саша Стаменковић : Nope, there use to be Zend\Locale\Data\Cldr, but now entire Zend\Locale namespace is gone. --- Regards, Saša Stamenković Plain PHP: use Locale; Locale::getDefault(); http://de.php.net/manual/de/class.locale.php -- List: fw-general@lists.z

Re: [fw-general] Is CLDR gone?

2012-08-01 Thread Frank Brückner
Am 01.08.2012, 15:24 Uhr, schrieb Саша Стаменковић : Nope, there use to be Zend\Locale\Data\Cldr, but now entire Zend\Locale namespace is gone. --- Regards, Saša Stamenković use Locale; http://de.php.net/manual/de/class.locale.php -- List: fw-general@lists.zend.com Info: http://framework.ze

[fw-general] Re: ZF2 - Marking pages as Active in Zend\Navigation

2012-05-10 Thread Frank Brückner
At the moment you work with a beta and the Zend\Navigation component is not completely reworked. David Lukas wrote > > Hi, I am experiencing a problem with marking navigation pages as active in > a ZF2 application (beta 3). > > I have a navigation container with MVC pages 'on multiple routes',

[fw-general] Re: [SPAM] [fw-general] Re: Zend\Navigation problem

2012-04-27 Thread Frank Brückner
Am 27.04.2012, 09:39 Uhr, schrieb dershao : I think we are discussing different things here: Frank is absolutely right: The navigation works fine in the unit tests. But cmple and I are trying to use this component in a view template to generate links. The difference are the following lines: 1.

Re: [fw-general] Re: Zend\Navigation problem

2012-04-25 Thread Frank Brückner
Am Dienstag, den 24.04.2012, 09:03 +0200 schrieb cmple : Frank Brückner wrote Am Dienstag, den 24.04.2012, 07:43 +0200 schrieb cmple : Frank Brückner wrote Am Donnerstag, den 12.04.2012, 07:25 +0200 schrieb dershao : Same here. It's necessary to set the helper and routematch manual

Re: [fw-general] Re: Zend\Navigation problem

2012-04-24 Thread Frank Brückner
Am Dienstag, den 24.04.2012, 07:43 +0200 schrieb cmple : Frank Brückner wrote Am Donnerstag, den 12.04.2012, 07:25 +0200 schrieb dershao : Same here. It's necessary to set the helper and routematch manually in MVC. So the provided example at http://packages.zendframework.com/docs/l

Re: [fw-general] Re: Zend\Navigation problem

2012-04-12 Thread Frank Brückner
Am Donnerstag, den 12.04.2012, 07:25 +0200 schrieb dershao : Same here. It's necessary to set the helper and routematch manually in MVC. So the provided example at http://packages.zendframework.com/docs/latest/manual/en/zend.view.helpers.html#zend.view.helpers.initial.navigation can not work.

Re: [fw-general] multi select element

2011-11-04 Thread Frank Brückner
Am 04.11.2011, 11:52 Uhr, schrieb Fred Garlov : Hello, is there a way to render a multi select element not as array? $element = new \Zend_Form_Element_Multiselect('myname'); $element->setMultiOptions($names); which renders L 1 L 2 As one can see, "myname[]" has

Re: [fw-general] Re: Over-engineered Zend Form Decorators, help

2011-10-10 Thread Frank Brückner
Am 10.10.2011, 09:37 Uhr, schrieb Frank Brückner : And here is an example for the "viewPattern" from James: Sorry, it was not James but Christof Coetzee! -- List: fw-general@lists.zend.com Info: http://framework.zend.com/archives Unsubscribe: fw-general-unsubscr...@lists.zend.com

Re: [fw-general] Re: Over-engineered Zend Form Decorators, help

2011-10-10 Thread Frank Brückner
And here is an example for the "viewPattern" from James: // Decorator class Decorator_ViewPattern extends Zend_Form_Decorator_Abstract { /** * Default placement: null * @var string */ protected $_placement = null; /** * Pattern * * @var string */

Re: [fw-general] Building nested menu with Zend_Navigation

2011-10-07 Thread Frank Brückner
Hello Steve, Am 07.10.2011, 17:34 Uhr, schrieb Steve Rayner : I have to admit I don't understand the workings of this code. On the last line i am setting the class for the top level UL tag, but I also need to the the ID. Is that possible. At the moment you can not set the ID. It comes with n

Re: [fw-general] Re: Over-engineered Zend Form Decorators, help

2011-10-06 Thread Frank Brückner
Am 06.10.2011, 10:44 Uhr, schrieb monk.e.boy : Best troll post ever! Not at all over engineered and very simple - lol! This is only a example of how it currently works with the default decorators. I have never said it would be easy or it is a solution for 10 or more forms! (Nice atmosp

Re: [fw-general] Re: Over-engineered Zend Form Decorators, help

2011-10-05 Thread Frank Brückner
Am 29.09.2011, 21:49 Uhr, schrieb Christof Coetzee : I personally would have designed the ZF decorators to be very lightweight and use some kind of pattern, maybe something like this: $form->setViewPatternDefault('{label}{field}{description}); //or $form->setViewPatternDefault('/path/to/form

Re: [fw-general] XML Navigation: how to get params value from request

2011-10-04 Thread Frank Brückner
Am 04.10.2011, 14:50 Uhr, schrieb Sergio Rinaudo : Dear ZF list, I have this little problem with Zend Navigation and XML, my breadcrumbs look like this: home => users => customers-list => customer-branches => customer-branch-edit To access "customer-branches" page I need to have an us

Re: [fw-general] Re: View Url Helper

2011-09-07 Thread Frank Brückner
Hi monk.e.boy Am 07.09.2011, 15:26 Uhr, schrieb monk.e.boy : Ugh, we're having so many problems with this stupid issue. Adding some cool routes has now killed our Navigation (navigation.ini) by applying routes to all sorts of random breadcrumbs... :( Can you give an example of a route def