Re: [fw-general] Bug width View Hlper formSelect?

2008-08-25 Thread Matthew Weier O'Phinney
-- enportugal <[EMAIL PROTECTED]> wrote (on Monday, 25 August 2008, 04:07 PM -0700): > Allow me to disagree, > > Normal? maybe. > > Expected? No Let me clarify: Normal and expected in terms of the design of the helper. > And for the simple reason that we don't expect this to happen when we > ar

Re: [fw-general] Hey, what happened to Zend_Http_Server?

2008-08-25 Thread Matthew Weier O'Phinney
-- Matthew Ratzloff <[EMAIL PROTECTED]> wrote (on Monday, 25 August 2008, 03:54 PM -0700): > It's still in incubator after a couple of years. What happened? No unit > tests, it looks like. This could be a useful tool for quickly getting set up > for Zend Framework development--it'd be nice to se

Re: [fw-general] Bug width View Hlper formSelect?

2008-08-25 Thread enportugal
Hi, Allow me to disagree, Normal? maybe. Expected? No And for the simple reason that we don't expect this to happen when we are not using ZF. Tell me how can I do this using ZF [code] 1 2 3 4 5 [/code] Resulting in [for] => Array ( [0] => 1 [1] => 2 [2] => 3 [3] => 4 [

Re: [fw-general] Hey, what happened to Zend_Http_Server?

2008-08-25 Thread Christoph Dorn
I think one concern is that it requires the pcntl PHP extension which does not work on windows systems. This component may need to move to the Extras library. It would be great to develop it further along with a nice daemon component. We could model it after: http://nanoweb.si.kz/ http://nanose

[fw-general] Hey, what happened to Zend_Http_Server?

2008-08-25 Thread Matthew Ratzloff
It's still in incubator after a couple of years. What happened? No unit tests, it looks like. This could be a useful tool for quickly getting set up for Zend Framework development--it'd be nice to see it finished. http://framework.zend.com/svn/framework/standard/incubator/tools/http_server/

Re: [fw-general] Bug width View Hlper formSelect?

2008-08-25 Thread Matthew Weier O'Phinney
-- enportugal <[EMAIL PROTECTED]> wrote (on Monday, 25 August 2008, 01:57 PM -0700): > It's normal when naming $this->formSelect as an array, the form auto sets > multple='multiple'? > > This is weird and I don't think it should behave like that. > > I have to manually define the index, otherwise

Re: [fw-general] Using ZF-1.6.0 with Dojo1.1.1 integration

2008-08-25 Thread Matthew Weier O'Phinney
-- Kexiao Liao <[EMAIL PROTECTED]> wrote (on Monday, 25 August 2008, 12:44 PM -0700): > Are there any good examples/demos to show us how to use Ajax functionalities > with ZF1.6.0 RC2 with Dojo integration? Thanks for your help. Kevin There are some examples in the manual under the Zend_Dojo secti

[fw-general] ZF 1.6.0RC3 sanity check packages.

2008-08-25 Thread Alexander Veremyev
Hi all! The sanity check release for Zf 1.6.0RC3 is now available here: http://framework.zend.com/releases/preview/ZendFramework-1.6.0RC3.zip http://framework.zend.com/releases/preview/ZendFramework-1.6.0RC3-apidoc .tar.gz http://framework.zend.com/releases/preview/ZendFramework-1.6.0RC3-apidoc .z

[fw-general] Bug width View Hlper formSelect?

2008-08-25 Thread enportugal
Hi, It's normal when naming $this->formSelect as an array, the form auto sets multple='multiple'? This is weird and I don't think it should behave like that. I have to manually define the index, otherwise it won't work as expected. $this->formSelect('player[]',1,null,$options); $this->formSele

[fw-general] Using ZF-1.6.0 with Dojo1.1.1 integration

2008-08-25 Thread Kexiao Liao
Are there any good examples/demos to show us how to use Ajax functionalities with ZF1.6.0 RC2 with Dojo integration? Thanks for your help. Kevin -- View this message in context: http://www.nabble.com/Using-ZF-1.6.0-with-Dojo1.1.1-integration-tp19150333p19150333.html Sent from the Zend Framew

Re: [fw-general] Charset/encoding integration stategy in ZF : how ?

2008-08-25 Thread Jason Webster
Oh. I may be able to point you in the right direction here. It seems as if the browser isn't correctly rendering the special characters. You may have to run your output through htmlentities(). However, this may not be the best solution, maybe someone else will have a better one. Maxime P wro

[fw-general] Getting Zend_View-Data in Validator

2008-08-25 Thread core
Good Afternoon, I just wanted to ask whether there is a chance getting Zend_View-Data (eg. $this->view->var = 'value';) in a validator using the $this-variable e.g. $this->view->var or somethign like that. So are the Zend_View-variables somewhere to get them globally? Kind regards Chris -- View

Re: [fw-general] Charset/encoding integration stategy in ZF : how ?

2008-08-25 Thread Maxime P
Yes! I find the error! It's the function strtolower which make an escape on special character. Use mb_strtolower(). Thks for your help! Maxime P wrote: > > No it's good, all is in utf-8. I become crazy, i don't understand my > problem. The only thing I know is the specials characters froml

Re: [fw-general] Zend_Pdf and printing in general questions

2008-08-25 Thread Michał Zieliński
Thanks Bryce Lohr-2 I`m trying to find the quickes option. When you have to create so many (>3000) documents for print, all you have to provide to your client is reasonable time generation takes. I see it difficult with PHP than. -- View this message in context: http://www.nabble.com/Zend_Pdf-

Re: [fw-general] Zend_Pdf and printing in general questions

2008-08-25 Thread Bryce Lohr
Regarding the HTML invoices you mentioned, you can use the CSS "page-break-before" and "page-break-after" rules to control page breaks in the HTML. However, in my experience, creating HTML files this large usually crashed the browser. I was trying to create reports with hundreds of pages, and

Re: [fw-general] Charset/encoding integration stategy in ZF : how ?

2008-08-25 Thread Maxime P
No it's good, all is in utf-8. I become crazy, i don't understand my problem. The only thing I know is the specials characters froml database appear as a black square with a question mark. Thanks for your help! Jonathan Lebensold wrote: > > hmmm... not sure... I would check the collation to