Re: [fw-general] Re: ZF 2.0 when and what?

2010-11-10 Thread Саша Стаменковић
Wow, refactored MVC, that is great news! Thanks for the answer and resources. Regards, Saša Stamenković On Wed, Nov 10, 2010 at 5:44 PM, Matthew Weier O'Phinney matt...@zend.comwrote: -- umpirsky umpir...@gmail.com wrote (on Wednesday, 10 November 2010, 07:35 AM -0800): How hard it will

Re: [fw-general] Re: ZF models and Zend_Db classes

2010-11-19 Thread Саша Стаменковић
I think we are missing entire layer here - service layer. It lays under application/services and it is registered as default space in autoloader. I'm thinking about how it should look like with doctrine models. http://dev.juokaz.com/programming/service-layer-in-web-applications Any advices on

Re: [fw-general] Re: Zend_Date setDay() works strange for sundays

2010-11-29 Thread Саша Стаменковић
Thanks Damir, worked like a charm ;) Regards, Saša Stamenković On Mon, Nov 29, 2010 at 1:48 PM, damir.mitrovic damir.mitro...@gmail.comwrote: Hi, Zend_Date has method: setWeekday that can be used for this purpose. /** * Sets a new weekday * The weekday can be a number or a

[fw-general] Zend_Config_Xml strange behaviour

2011-03-23 Thread Саша Стаменковић
Hi. I have a strange problem with Zend_Config_Xml. Here is an example. With this xml file https://gist.github.com/883465 this code: $config = new Zend_Config_Xml('config.xml'); var_dump($config-get('elements')-get('element')-toArray()); gives: array(2) { [0]= array(2) { [a]=

Re: [fw-general] Zend Framework Composer Pakages

2012-07-31 Thread Саша Стаменковић
Ah, great, didn't know about that particular option. Still waiting for answer regarding zend-db package. Thanks a lot! --- Regards, Saša Stamenković On Tue, Jul 31, 2012 at 11:31 PM, Dennis Winter dennis.winter...@gmail.comwrote: Hi, sadly I can't help you about your issue with zend-db, but

[fw-general] Is CLDR gone?

2012-08-01 Thread Саша Стаменковић
I updated to latest zf2 master and I noticed Locale is moved to I18n. More important, there is no CLDR! What is happening? How can I fetch locale data (languages/territories) now? --- Regards, Saša Stamenković

Re: [fw-general] Is CLDR gone?

2012-08-01 Thread Саша Стаменковић
:19, Саша Стаменковић umpir...@gmail.com wrote: I updated to latest zf2 master and I noticed Locale is moved to I18n. More important, there is no CLDR! What is happening? How can I fetch locale data (languages/territories) now? --- Regards, Saša Stamenković -- ~Robert Basic

Re: [fw-general] Is CLDR gone?

2012-08-01 Thread Саша Стаменковић
-td4656028.htmldidn't reach my inbox. He suggested to use \Locale http://de.php.net/manual/de/class.locale.php. But I need list of all languages and all territories? On Wed, Aug 1, 2012 at 3:24 PM, Саша Стаменковић umpir...@gmail.com wrote: Nope, there use to be Zend\Locale\Data\Cldr, but now

Re: [fw-general] Is CLDR gone?

2012-08-01 Thread Саша Стаменковић
My workaround was to downgrade to zf1 which is still capable to do the job :P --- Regards, Saša Stamenković On Wed, Aug 1, 2012 at 3:46 PM, Саша Стаменковић umpir...@gmail.com wrote: BTW, there is some problem with mailing list, I'm not getting all responses via email, for example Frank

Re: [fw-general] Is CLDR gone?

2012-08-01 Thread Саша Стаменковић
Anyone know what is the CLDR version in zf1 trunk? Or how to check it? --- Regards, Saša Stamenković On Wed, Aug 1, 2012 at 5:38 PM, Саша Стаменковић umpir...@gmail.com wrote: My workaround was to downgrade to zf1 which is still capable to do the job :P --- Regards, Saša Stamenković

<    1   2   3   4