Re: [fw-general] Cookie Managemnt

2008-11-02 Thread dforum
Hello, Tx, but I did not find Zend_Cookie.php Only, Zend_Http_Cookie exist, and I have not been able to use it. Finally I use setcookie. Which work but not has indicated in the doc !!! setcookie("visitor", "data",$expire,$_SERVER['HTTP_HOST'],null,null,true); ==> work fine setcookie("visitor

Re: [fw-general] Problem getting include_path to work.

2008-11-02 Thread till
On Sun, Nov 2, 2008 at 3:16 AM, gfxcomplex <[EMAIL PROTECTED]> wrote: > > Now when I browse to that file the browser asks me to download a php file. > What could be causing that? Your webserver (Apache?) is mis-configured. It's a bit outside the scope of this mailinglists to help you setup a serv

Re: [fw-general] Problem getting include_path to work.

2008-11-02 Thread gfxcomplex
It's just that php file. I have a phpinfo test that works just fine and I have a fully working site on that server that I use wordpress and a magento e-shop that has Zend built in . I thought it may have to do with some bad .htconfig but I have not seen any in zend it's the strangest thing. Ja

Re: [fw-general] Cookie Managemnt

2008-11-02 Thread till
On Sun, Nov 2, 2008 at 2:19 PM, dforum <[EMAIL PROTECTED]> wrote: > Hello, > > Tx, but I did not find Zend_Cookie.php > > Only, Zend_Http_Cookie exist, and I have not been able to use it. Finally I > use setcookie. Which work but not has indicated in the doc !!! > setcookie("visitor", "data",$expir

Re: [fw-general] Problem getting include_path to work.

2008-11-02 Thread till
On Sun, Nov 2, 2008 at 2:24 PM, gfxcomplex <[EMAIL PROTECTED]> wrote: > > It's just that php file. I have a phpinfo test that works just fine and I > have a fully working site on that server that I use wordpress and a magento > e-shop that has Zend built in . I think Magento has "deny from all" in

Re: [fw-general] Problem getting include_path to work.

2008-11-02 Thread Jan Pieper
Do you get download dialog only for one specific php file you are trying to browse or for all you try? If you can't browse any php file, it seems that your webserver is misconfigured. If you can't browse only one specific file, it could be that you are sending wrong HTTP headers. Now when I b

Re: [fw-general] Cookie Managemnt

2008-11-02 Thread till
On Sun, Nov 2, 2008 at 2:29 PM, till <[EMAIL PROTECTED]> wrote: > On Sun, Nov 2, 2008 at 2:19 PM, dforum <[EMAIL PROTECTED]> wrote: >> Hello, >> >> Tx, but I did not find Zend_Cookie.php >> >> Only, Zend_Http_Cookie exist, and I have not been able to use it. Finally I >> use setcookie. Which work b

Re: [fw-general] Problem getting include_path to work.

2008-11-02 Thread gfxcomplex
I'm sorry I should have been more clear I have a media temple DV hosting. The domain with magento is not the same as the one I am working on. I was just saying that the server side is working fine as much as I can tell. I was following along with a online demo found here http://www.gotoandlearn

Re: [fw-general] Cookie Managemnt

2008-11-02 Thread dforum
Hello, Thanks for your suggestion. In fact ,the path was not right. Which block me to read the cookie. However, I still not been able to set the domain correctly. If I let it to null, it is ok, but with, http://*.example.org or .example.org it does not work. But I suppose, there is not r

Re: [fw-general] Cookie Managemnt

2008-11-02 Thread Matthew Ratzloff
> > Tx, but I did not find Zend_Cookie.php > Sorry I wasn't clear, I meant the case could be made for a separate component with special functionality to support mobile development. There is no Zend_Cookie component at present. -Matt On Sun, Nov 2, 2008 at 5:19 AM, dforum <[EMAIL PROTECTED]> wro

Re: [fw-general] Cookie Managemnt

2008-11-02 Thread till
On Sun, Nov 2, 2008 at 2:52 PM, dforum <[EMAIL PROTECTED]> wrote: > Hello, > > Thanks for your suggestion. > > In fact ,the path was not right. Which block me to read the cookie. > > However, I still not been able to set the domain correctly. If I let it to > null, it is ok, but with, > > http://*.

Re: [fw-general] Framework speed shotout -- question

2008-11-02 Thread ekerazha
Martin Martinov-2 wrote: > > The bare fact that they say the tests were run on a windows vista pc > says much by itself :-) > Are you (and other professed software architects) saying that there's a "Windows Vista-way" and a "Linux way" for PHP programming? PHP is a high level interpreted langu

[fw-general] Firefox Oddity

2008-11-02 Thread mothmenace
Please accept my apologies as this is only marginally related to Zend, but as the site is built with it & this forum contains some fine minds I wanted to ask people's opinion. I'm getting an issue where the HTML renders wrongly but randomly. The same HTML page is served each time but with differe

Re: [fw-general] Framework speed shotout -- question

2008-11-02 Thread Isaak Malik
You're viewing it from the viewpoint, that sentence was not about the scripting language itself not was it about the frameworks specifically. It was about the fact that web applications perform much worser on an everyday-computer vs a production server. Since these benchmarks were performed on an

Re: [fw-general] Framework speed shotout -- question

2008-11-02 Thread Matthew Weier O'Phinney
-- Isaak Malik <[EMAIL PROTECTED]> wrote (on Sunday, 02 November 2008, 11:33 PM +0100): > You're viewing it from the viewpoint, that sentence was not about the > scripting language itself not was it about the frameworks > specifically. It was about the fact that web applications perform much > wors

Re: [fw-general] Framework speed shotout -- question

2008-11-02 Thread Paul M Jones
On Nov 2, 2008, at 18:06 , Matthew Weier O'Phinney wrote: This is true also on Linux desktops. As I've been benchmarking and profiling ZF for the 1.7.0 release, I've occasionally run benchmarks on my own machine (which runs Ubuntu). Interestingly, I often get very different results than when

[fw-general] Developing for Zend Framework in Zend Studio for Eclipse

2008-11-02 Thread Bradley Holt
Has anyone successfully used Zend Studio for Eclipse to develop for Zend Framework (I'm talking about developing Zend Framework itself, not web applications based on ZF)? I'm trying to use it to write some sample code for a proposed Zend Framework component and it is very slow and now has stopped f

[fw-general] Zend_File_Transfer

2008-11-02 Thread Tim Nagel
Hello, I am trying to write the server side component of a file uploading form, which worked fine in its previous version with nothing to do with zend. (using move_uploaded_file, rather than rename()) At this point, the front end is done and posts files as expected, the php code: public functi

[fw-general] JSON format for ComboBox / FilteringSelect

2008-11-02 Thread Cameron
Hi guys, I'm trying to build some autocomplete dropdowns using Zend + Dojo, but I can't seem to work out how to get the select to submit the id and display the name. As per the documentation, a ComboBox submits the value of the label, so I've tried passing through JSON like this: {"identifier":"l

Re: [fw-general] Developing for Zend Framework in Zend Studio for Eclipse

2008-11-02 Thread Cameron
This is a very common issue with Eclipse, it dies in the arse with large projects. The "building workspace" thing has cost me a handful of days in lost productivity. I don't know any solutions, other than try to keep the projects on your local machine (trying to work on a large project via ftp moun

Re: [fw-general] Dijit elements and xhrPost

2008-11-02 Thread MarkDNA
Thank you. That works. One thing that others should be aware of when returning a container with dijit elements is the fact that dojo does NOT like to reuse the IDs. i.e., if your variable name is lineItemSize, you will need to set the ID/name of the element to something that is unique every time y

[fw-general] Zend_Db data types

2008-11-02 Thread Vince42
Hi, I didn't find this issue addressed in the issue tracker, that's why I want to know whether anybody knows about the status of this issue: When fetching data with Zend_Db and turning it into an array, the data types are all string, although they used to be / ought to be converted into the matchi

Re: [fw-general] Routing so that 'index' never shows up in the url?

2008-11-02 Thread dbowen
I realized a much simpler solution to this. Just create a 'index' folder in your web root. Problem solved! It requires the rewrite rules suggested in the docs though. Other rewrite rules might not work. RewriteEngine On RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [

[fw-general] Zend_Paginator: $paginator->setView($view) has no effect

2008-11-02 Thread frank.quosdorf
as suggested in the manual (http://framework.zend.com/manual/en/zend.paginator.usage.html#zend.paginator.rendering), I am "...setting the default view partial, default scrolling style, and view instance, to eliminate the calls to PaginationControl completely": Zend_Paginator::setDefaultScrollingS

Re: [fw-general] Zend_File_Transfer

2008-11-02 Thread Thomas Weidner
First the files are uploaded to the destination path using move_uploaded_file. This is done in background when you use receive() or any method which calls receive() in background. Afterwards the filters are applied, and the file will be renamed. The warning itself is thrown by php and means tha