Re: [fw-general] ZF, Smarty, VDaemon

2008-05-07 Thread Matthew Ratzloff
Hi Robert, I'm not sure how this relates to Zend Framework; it seems more appropriate for the VDaemon forum. Maybe I'm missing something? My thoughts: I've never been a fan of Smarty (especially after working with it regularly...) and Zend_Form is awesome. Does that help? ;-) -Matt On Wed, M

[fw-general] Zend_Log writing to Zend_Platform

2008-05-07 Thread Joshua Ross
So I started a new job that uses Zend Platform pretty heavily and I am a relative newb to it. My boss wants me to log to Zend Platform if possible. It would be great if I could do that from Zend_Log through a Zend_Log_Writer of some sort. Is there a Zend_Log_Writer for writing to the Zend Pla

RE: [fw-general] Unique Login and Password, All Applications

2008-05-07 Thread Steven Brown
Hi Jose, I think in order to achieve this you need to run all of your logins through a single domain, once a login has been confirmed you set a cookie on a per-domain basis. You could pass around a session identifier and set cookies as the user goes from one domain to the next. If a user hits a

RE: [fw-general] Datagrid in Zend Framework

2008-05-07 Thread Kevin Hallmark
Filpe, I'm planning to split off the site specific code and release my TableMaker script this weekend. I'll be happy to let you know when that is done. I'll try and draft together a little usage example explaining the different aspects of the helper. I'll make an announcement on this

Re: [fw-general] Zend_Search_Lucene and Apache Nutch

2008-05-07 Thread Jani Hartikainen
Permissions are OK - it's a windows box so should have no probs there. I will look into this again tomorrow and I can create the issue then. (this was sent directly to my mailbox I think) Check the permissions on the index directories/files. -- Eric Marden On Wed, 07 May 2008 22:56

RE: [fw-general] Should I use Zend_OpenId's URL manipulation methods?

2008-05-07 Thread Eric Marden
Ideally, the Request Object would implement a getAbsoluteUrl() method. OR you can use getBaseURL() along with $_SERVER['SERVER_NAME'] -- Eric Marden From: Vincent [mailto:[EMAIL PROTECTED] Sent: Monday, May 05, 2008 5:14 PM To:

Re: [fw-general] Error supression on calls to loadClass across ZF obscuring parse errors

2008-05-07 Thread James Dempster
Thank you for you detailed reply. I will certainly be trying this new class and hopefully get back to you tomorrow. Thanks -- /James On Wed, May 7, 2008 at 7:18 PM, Darby Felton <[EMAIL PROTECTED]> wrote: > Hi James, > > The overall problem with Zend_Loader is fairly nuanced and has different >

RE: [fw-general] Flickr

2008-05-07 Thread Eric Marden
You want getExif http://www.flickr.com/services/api/flickr.photos.getExif.html -- Eric Marden From: Josh Team [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 06, 2008 11:00 PM To: Zend Framework Subject: [fw-general] Flickr

RE: [fw-general] Zend_Search_Lucene and Apache Nutch

2008-05-07 Thread Alexander Veremyev
Hi Jani, Could you create JIRA issue for this and attach to it your index? Or send it to me for testing? With best regards, Alexander Veremyev. From: Jani [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 07, 2008 4:07 PM To: fw-general@lists.zend.com

RE: [fw-general] No pdo_mysql no mysqli, other options?

2008-05-07 Thread Eric Marden
Switch hosts, or write a mysql adaptor. NS may be willing to compile new extensions in, depending on the plan. If its a windows server (shudder), you can turn new extensions on in PHP.ini as it ships with binaries for the extensions already. I try to get a phpinfo() for the production server befo

RE: [fw-general] Datagrid in Zend Framework

2008-05-07 Thread Eric Marden
One of our developers created a helper that is model aware and outputs a table with those features. Its pretty flexible, and generic and are using it for many different models (i.e. its not tied to something, but instead ready to work with any of our model object). There is some talk about cleaning

[fw-general] Unique Login and Password, All Applications

2008-05-07 Thread José de Menezes Soares Neto
Hi Friends! I would like to construct all my applications base on one single account administration, like GOOGLE and YAHOO... at these sites, you can login into a service and use other services as well with a single account... I would like very much to discuss this with you guys! Suggestions? R

Re: [fw-general] Opening Office documents from a controller action

2008-05-07 Thread Stephan Stapel
> It's not the Zend Framework that causes this issue, as far as I know > it's entirely the browser. Yes and no. IE6 obviously sucks in its support of the Content-* header variables. But what's really funny is, that this very example works in that browser: $file = "myfile.pdf"; $f = fopen($file

[fw-general] ZF, Smarty, VDaemon

2008-05-07 Thread Robert Gormley
This may be a simple question, or it may not. We are using Zend Framework with Smarty as the front end to a DBMS. One of the requirements is the dynamic generation of forms (at the back, I do a query of the DB server to get table structures and data integrity rules, etc), and in the Model in ZF

Re: [fw-general] Opening Office documents from a controller action

2008-05-07 Thread Chris Tankersley
It's not the Zend Framework that causes this issue, as far as I know it's entirely the browser. I have some legacy code that exhibits the exact same thing and I never found a way around it. Chris Stephan Stapel wrote: > Hi! > > It appears to me that my first attempt to send this message was bloc

[fw-general] Opening Office documents from a controller action

2008-05-07 Thread Stephan Stapel
Hi! It appears to me that my first attempt to send this message was blocked, so I'm resending (sorry if this message should finally appear twice in the mailinglist!). I have trouble loading Office documents and pdf files through a action controller. My idea was to use Zend_Controller_Action::_

Re: [fw-general] Error supression on calls to loadClass across ZF obscuring parse errors

2008-05-07 Thread Darby Felton
Hi James, The overall problem with Zend_Loader is fairly nuanced and has different ramifications for people using it in various situations. This problem is definitely on our radar, and we are thinking about a reasonable solution that meets the original Zend Framework goal of "extreme simplicit

Re: [fw-general] Error supression on calls to loadClass across ZF obscuring parse errors

2008-05-07 Thread James Dempster
I certainly hope that they're fixed in time for 1.5.2 if it's not on the agenda to be fixed by then, what can I do to help? On Wed, May 7, 2008 at 6:07 PM, pakmannen <[EMAIL PROTECTED]> wrote: > > I second this. I haven't used Zend_Db before but recently started to look > into it, and had this ha

Re: [fw-general] Error supression on calls to loadClass across ZF obscuring parse errors

2008-05-07 Thread pakmannen
I second this. I haven't used Zend_Db before but recently started to look into it, and had this happen to me. Also, would be great if something was done about the autoloader throwing warnings when a class isn't found. Very annoying in a developer environment when you are using more than one autol

Re: [fw-general] Zend_Form global decorators overriding per element decorators when using array of options to construct

2008-05-07 Thread Jonathan Tullett
> Zend_Form::setOptions() delays the setElementDecorators() call to after > all other configuration, so that any elements set using configuration > will then be affected by it. There is no way to override it. Right, that's what I suspected. > An easier approach is to define an array of default d

Re: [fw-general] Zend_Form global decorators overriding per element decorators when using array of options to construct

2008-05-07 Thread Matthew Weier O'Phinney
-- Jonathan Tullett <[EMAIL PROTECTED]> wrote (on Wednesday, 07 May 2008, 06:45 AM -0700): > > Hello. > > I've been playing with Zend_Form today, specifically with the text > decorators, however it's not behaving quite how I expect. > > I've extended the Zend_Form class, and I create the form us

RE: [fw-general] Datagrid in Zend Framework

2008-05-07 Thread Robert Castley
The way we have done it is to create a Javascript datagrid and we pass JSON strings from PHP. The great thing about this is the client already has the JS cached so drawing grids is really snappy! - Robert -Original Message- From: Joó Ádám [mailto:[EMAIL PROTECTED] Sent: 07 May 2008 17:

Re: [fw-general] Datagrid in Zend Framework

2008-05-07 Thread Joó Ádám
This looks neat – scaffolding and grid was already mentioned, would be great to have a ZF component for this job. Is there any ongoing development in this area? Regards, Ádám

Re: [fw-general] Bug in Zend_Form_Element_Multi?

2008-05-07 Thread Matthew Weier O'Phinney
-- Xavier Vidal Piera <[EMAIL PROTECTED]> wrote (on Wednesday, 07 May 2008, 10:03 AM +0200): > I'm building a Zend_Form and one of the elements is a "select" element, which > needs to be filled with optgroups and values to be rendered like this: > > > > > > Obi > > Yoda > >

Re: [fw-general] Zend_Mail_Protocol - Warning

2008-05-07 Thread Matthew Weier O'Phinney
-- Thomas Gelf <[EMAIL PROTECTED]> wrote (on Wednesday, 07 May 2008, 02:04 PM +0200): > there is a WARNING not catched by Zend_Mail_Protocol_Abstract: > > > Warning: stream_socket_client(): unable to connect to tcp://1.2.3.4:25 > > (Connection refused) in /usr/share/php/Zend/Mail/Protocol/Abstract.

Re: [fw-general] how can i set list separator in zend_form?

2008-05-07 Thread Matthew Weier O'Phinney
-- Jacky Chen <[EMAIL PROTECTED]> wrote (on Wednesday, 07 May 2008, 02:36 PM +0800): > I want render multiCheckbox or Radio with no \n separator in > Zend_Form,how can i do that? I look for the code at > Zend_Form_Decorator_ViewHelper,there is no listsep parameter to be passed. All element at

Re: [fw-general] PDO Sqlite + Zend_DB

2008-05-07 Thread Matthew Weier O'Phinney
-- Daniel Rossi <[EMAIL PROTECTED]> wrote (on Wednesday, 07 May 2008, 02:12 PM +1000): > This is the error ive discovered > > Uncaught exception 'Zend_Db_Statement_Exception' with message > 'SQLSTATE[HY000]: > General error: 10 disk I/O error' This is an exception being thrown by pdo_sqlite; I s

[fw-general] Datagrid in Zend Framework

2008-05-07 Thread Filipe Carvalho
Hi all, I'm looking for something like phpGrid (http://www.phpgrid.com/). Not so advanced... i will be happy in having out the box features like: - Paging - Sorting columns - Capability to create links values of some columns It is not hard to do it, but using model-view-cont

[fw-general] No pdo_mysql no mysqli, other options?

2008-05-07 Thread Mark Steudel
Hi All, I've just gotten access to a clients NetworkSolutions hosting account and tried uploading an application to it only to find out that despite having php 5.2.4 it doesn't have pdo_mysql or mysqli extension installed. Is there any hope of changing the adapter to something else without havi

Re: [fw-general] Web services & licensing issues

2008-05-07 Thread Federico Cargnelutti
Hi Brad Yes, I was referring to the consumption of the Web service, the component itself is distributed under the new BSD licence. Some users might not know that Audioscrobbler does not allow the use of their Web service in commercial apps. A quote taken from their site: "If you are making a heal

[fw-general] Zend_Form global decorators overriding per element decorators when using array of options to construct

2008-05-07 Thread Jonathan Tullett
Hello. I've been playing with Zend_Form today, specifically with the text decorators, however it's not behaving quite how I expect. I've extended the Zend_Form class, and I create the form using an array of options, like so: class forms_MediaOutletForm extends Zend_Form { public functio

[fw-general] Zend_Mail_Protocol - Warning

2008-05-07 Thread Thomas Gelf
Hi list, there is a WARNING not catched by Zend_Mail_Protocol_Abstract: > Warning: stream_socket_client(): unable to connect to tcp://1.2.3.4:25 > (Connection refused) in /usr/share/php/Zend/Mail/Protocol/Abstract.php > on line 224 Attached to this mail there is one possible way to fix this. Th

Re: [fw-general] Web services & licensing issues

2008-05-07 Thread Bradley Holt
Federico, I was curious as to how one could legally license a web service (unless it's through an API key that can only be obtained for non-commercial use) as a license does not make much sense for a web services API (a "terms of use" may make sense, not a license). So, I went and looked at the Au

[fw-general] Error supression on calls to loadClass across ZF obscuring parse errors

2008-05-07 Thread James Dempster
Hi All, I've wasted so much time creating row classes and not finding out about a parse errors all because line 119 of Zend_Db_Table_Rowset_Abstract and it's shut up operator. See http://framework.zend.com/issues/browse/ZF-2724 My application would just silently die without any errors in my php.

[fw-general] Zend_Search_Lucene and Apache Nutch

2008-05-07 Thread Jani
I've been trying to figure out whether it's possible to use Zend_Search_Lucene in combination with Apache Nutch, which has a crawler and it can parse out a lot of formats like HTML, PDF etc. so it would be perfect for my case. The docs say Zend_Search_Lucene supports Lucene index formats 1.9 to 2.

[fw-general] Web services & licensing issues

2008-05-07 Thread Federico Cargnelutti
Hi, A quick question, visiting the Audioscrobbler's site, I found out that the Web service they provide is for non-commercial use only and it's distributed under the Creative Commons Attribution-NonCommercial-ShareAlike License. No, this is a bit confusing, people/companies using the Zend_Service_

[fw-general] Bug in Zend_Form_Element_Multi?

2008-05-07 Thread Xavier Vidal Piera
Hi I'm building a Zend_Form and one of the elements is a "select" element, which needs to be filled with optgroups and values to be rendered like this: Obi Yoda Vader Maul The passed data array is like this: $s = new Zend_Form_Element_Select('list'); $data