Re: [fw-general] Graphs Library

2007-08-29 Thread Davey Shafik
I know I will probably be shot for this, but seriously, the ColdFusion (MX and later, at least) graphing library is *awesome*. The best part, is you can supply it with a SQL query and it can generate the graph based on that, including the ability to click (image map or flash) to drill down fo

Re: [fw-general] Zend Studio IDE 5.0

2007-08-14 Thread Davey Shafik
ZDE 5.0 uses PHP < = 5.2.0 (5.0.x probably), I imagine anything that uses an Array typehint will be broken :) Certainly things will break when running, even if there are no syntax errors. - Davey On Aug 14, 2007, at 10:55 AM, Thomas Weidner wrote: We have several unit tests which include brok

Re: [fw-general] Status of the Zend_Service_Amazon_S3 proposal

2007-08-14 Thread Davey Shafik
I still says it's over-engineered. A stream wrapper is the correct way to do this. I have a proof of concept, but no time to finish it, so I guess it's shut-up or show the code time :P - Davey On Aug 14, 2007, at 10:50 AM, Jean-Marc Fontaine wrote: Hello, I would like to know if the Zen

Re: [fw-general] question about using Zend_Rest_Server within a controller

2007-06-08 Thread Davey Shafik
Jon, You are adding a non-existant function (and errors are hidden by default, it should return false though). Try: $server->addFunction(array('LocationController', 'sayHello')); It's a standard PHP callback: http://php.net/callback - Davey arc wrote: I'm trying to get ZF up and running a

Re: [fw-general] New Proposal: Zend_S3

2007-05-07 Thread Davey Shafik
st further highlights the need for a PEAR channel for distribution ;) It is my opinion that at least one of the existing implementations should be removed in favor of the generic implementation, Flickr, which I originally wrote and wholly believe is superfluous now. We should take this to a

Re: [fw-general] Building RESTful web services with ZF

2007-03-14 Thread Davey Shafik
Chris, Have you checked out the manual? It covers Zend_Rest_Server pretty well: http://framework.zend.com/manual/en/zend.rest.server.html - Davey On Mar 14, 2007, at 3:12 PM, Chris Hartjes wrote: I was googling around looking for some tutorials on implementing REST web services with ZF and f

Re: [fw-general] ActiveRecord patch

2007-03-07 Thread Davey Shafik
inclusion in a future release of Zend Framework. The formal proposal template can be found at the following URL: http://framework.zend.com/wiki/display/ZFPROP/Home Bill Karwin -Original Message----- From: Davey Shafik [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 07, 2007 3:15 AM To:

Re: [fw-general] ActiveRecord patch

2007-03-07 Thread Davey Shafik
works that impose conventions, which is great for new projects where the developer has the freedom to design the database schema. But Zend_Db could gain a very valuable differentiator if it works with an existing database schema. Regards, Bill Karwin -Original Message- From: Davey S

Re: [fw-general] Zend Framework 0.9 code freeze schedule

2007-03-02 Thread Davey Shafik
Bill, It's great we're heading towards 0.9 and as such 'beta' status, however, there is still one major feature we are sorely lacking IMO - ORM I have repeatedly submitted (off-list) feature complete, easy to use ORM solutions based ON TOP of Zend_Db_Table/Zend_Db_Select, which have gotten los

Re: [fw-general] Support for Office 2007

2006-12-18 Thread Davey Shafik
I have been thinking on this since I started Cerebral Cortex, along with OOo support. I /will/ be needing this for work sometime in the near future, so count me in for working on it :) My final goal for this sorta thing is the ability to abstract it out enough do something like: $docume

Re: [fw-general] Build Zend Framework, parse errors.

2006-12-12 Thread Davey Shafik
Joe, Technically, the Zend Framework is not a "Zend Product". Can you please paste said errors because you have them to hand and I can't install Zend Guard. - Davey On Dec 12, 2006, at 11:02 AM, Joe Kramer wrote: Nico, My point is incompatibility between Zend products. If you build serio

Re: [fw-general] Build Zend Framework, parse errors.

2006-12-12 Thread Davey Shafik
IonCube also has these features. It would be more than easy to write a simple tool to run php -l on all the files in the tree, furthermore, Are you using the PHP 5 version of Zend Guard? Perhaps you should lay the problems at the feet of that which they lay, your setup or your software, rathe

Re: [fw-general] private/procted in classes

2006-12-07 Thread Davey Shafik
I think anything that has a potential for being extended, should probably most of it's properties set to protected, the MVC components are a great example. Others, like Zend_Search and Zend_Json aren't likely to be extended, they're pretty much standalone, which entirely encapsulate what th

Re: [fw-general] ZF 0.2.0 code freeze 10/28

2006-10-27 Thread Davey Shafik
Great News :)- DaveyOn Oct 27, 2006, at 2:45 PM, Bill Karwin wrote:Hi all, I'd like to do a code freeze on ZF tomorrow (Saturday Oct 28) so I can create the 0.2.0 Preview Release zip/tarball this weekend. If you have commits outstanding, don't worry, I intend to do point-releases a lot more regul

Re: [fw-general] Problem: how Zend_Feed is supposed to simplify our lives ?

2006-10-20 Thread Davey Shafik
I would, rather than creating a much more complicated code base for something so simple, just add optional support for ext/json if it exists.- DaveyOn Oct 20, 2006, at 8:16 AM, Lee Saferite wrote:In regards to Zend_Json,  why was it designed to support only one encoder/decoder?  If the encoder/deco

Re: [fw-general] Problem: how Zend_Feed is supposed to simplify our lives

2006-10-20 Thread Davey Shafik
That is not the default, that is a result of using a distro package to install PHP. The default for /anything/ in configure, is nothing, and for somethings that means enabled, and others disabled. Your configure explicitly disables ext/ dom. As I mentioned in another e-mail, Zend_Json does

Re: [fw-general] Problem: how Zend_Feed is supposed to simplify our lives ?

2006-10-20 Thread Davey Shafik
Zend_Json does not (yet) use ext/json. It is a "PHP implementation" meaning userland. I would however like to optionally use the ext/json if it exists. - Davey On Oct 20, 2006, at 4:29 AM, Thomas Weidner wrote: One large goal of ZF is to only use extensions that are bundled in the PHP core

Re: [fw-general] RE: Help with WSDL Schema Validation

2006-10-12 Thread Davey Shafik
O Cyberlot Technologies Group Inc. 507.398.4124 - Voice Davey Shafik wrote: pfft :P Zend_Soap_AutoDiscover works like this: $wsdl = new Zend_Soap_AutoDiscover(); $wsdl->setClass('foo'); // add all public, non-magic methods // and/or $wsdl->addFunction('bar'); // can be called mu

Re: [fw-general] RE: Help with WSDL Schema Validation

2006-10-12 Thread Davey Shafik
disco->getWSDL(); $wdsl = str_replace('localhostwdslmaker.php', 'soap.soapsite.com/ soap/', $wdsl); echo $wdsl; Richard Thomas - CEO Cyberlot Technologies Group Inc. 507.398.4124 - Voice Davey Shafik wrote: Martel, Thank you so much for this, that was exactly the proble

Re: [fw-general] RE: Help with WSDL Schema Validation

2006-10-12 Thread Davey Shafik
Martel, Thank you so much for this, that was exactly the problem. :) - Davey On Oct 12, 2006, at 4:20 AM, Martel Valgoerad wrote: Davey Shafik wrote: Can anyone offer some assistance here? I'm starting to think that all WSDL's deviate from the schema, because other than t

[fw-general] RE: Help with WSDL Schema Validation

2006-10-11 Thread Davey Shafik
Hey all,I'm having problems making my WSDL validate against the schema (this is how I plan to do the unit testing)http://hashphp.org/pastebin.php?pid=8880 is the WSDLhttp://hashphp.org/pastebin.php?format=plain&pid=8879 are the errorshttp://schemas.xmlsoap.org/wsdl/ is the schema (as mentioned in t

Re: [fw-general] links to download the framewokr are gone!

2006-10-09 Thread Davey Shafik
http://framework.zend.com/download They have been changed I believe, see the right part of the "splash" :) - Davey On Oct 9, 2006, at 11:06 AM, Chris Shiflett wrote: Stuardo Rodríguez wrote: the 2 buttons to download the ZF (tar and zip) are gone, I cann't see them in the website... anyone

Re: [fw-general] Coming to the pear command line near you!

2006-10-09 Thread Davey Shafik
Richard, Glad to see you're using Crtx_Pear_Channel_Frontend :D I would strongly suggest using PEAR_PackageFileManager for creating the packages, it would be easy to script something that creates a release package and dev package using that :) - Davey On Oct 7, 2006, at 10:55 PM, Richard

Re: [fw-general] Developer Release

2006-10-08 Thread Davey Shafik
It was, just not in on this thread.http://www.zend.com/lists/fw-general/200610/msg00128.html- DaveyOn Oct 8, 2006, at 3:58 PM, André Hoffmann wrote:Yes, thanks. An announcement to the mailing list would have been nice.On 10/8/06, Davey Shafik <[EMAIL PROTECTED]> wrote: André

Re: [fw-general] Developer Release

2006-10-08 Thread Davey Shafik
André,http://framework.zend.com/download - see the Quick Links > Evaluators: get the current snapshotIs that what you're looking for?- DaveyOn Oct 8, 2006, at 3:52 PM, André Hoffmann wrote:Hi,I just wanted to bump this topic again as I'm missing an official statement.On 10/2/06, Andrew Yager <[EMAI

Re: [fw-general] Please Welcome Bill Karwin to our team

2006-10-05 Thread Davey Shafik
I would like to suggest you rename the link either: "Testers: get the latest snapshot" - Davey On Oct 5, 2006, at 7:10 PM, Bill Karwin wrote: Thanks everyone! I'm glad to join the Zend team and the larger Zend Framework community. I had been looking for an opportunity to work on a project

[fw-general] Zend Framework Competition

2006-10-05 Thread Davey Shafik
Hey all, forgive me for the semi-spam, I just thought people here would be interested in the Zend Framework Proposal competition for the release of my new book. To keep the spamminess to a minimum, I won't go into details on the book itself, but check out http://zceguide.com and click "Comp

Re: [fw-general] Please Welcome Bill Karwin to our team

2006-10-05 Thread Davey Shafik
One of us! One of us! One of us! Welcome :) - Davey On Oct 4, 2006, at 9:23 PM, Gavin Vess wrote: After a difficult search, we have found the seasoned veteran we need to track, manage, and coordinate our ever growing group of contributors and Zend liaisons, and our lengthy list of compone

Re: [fw-general] Zend_Db_Table is not a base for a model in MVC

2006-09-28 Thread Davey Shafik
an even do: function getTable() { return "Somethingcompletelydifferent"; } I dislike this idea, I prefer just to instantiate the AR class and use it as an object :) - Davey On Sep 28, 2006, at 10:03 AM, Pavel Shevaev wrote: On 9/28/06, Davey Shafik <[EMAIL PROTECTED]>

Re: [fw-general] Zend_Db_Table is not a base for a model in MVC

2006-09-28 Thread Davey Shafik
Uh __CLASS__ - Davey On Sep 28, 2006, at 4:17 AM, Pavel Shevaev wrote: Basically, this is impossibility (in PHP) to get the class name inside of a static method Yes, i can second that, it's one of the biggest obstacles in the way of making model finder calls more "developer friendly"

Re: [fw-general] Zend_Config_Array and iteration

2006-09-28 Thread Davey Shafik
next() should not return the value, ever. This is not an issue.Iteration works like thus:next() - moves pointer one place forward (doesn't care if it's valid or not)valid() - checks pointer is in a valid place (here's where we check that, returns boolean)current() - returns current valueSo the next

Re: [fw-general] Community chat

2006-09-26 Thread Davey Shafik
I prefer IRC, but the searchable logs are a plus, so +1 - Davey On Sep 26, 2006, at 9:53 AM, Richard Thomas wrote: Multiple people have voiced various needs for this on a few levels, We are currently testing a solution and would just like to get some feedback on a proposed solution. http:

Re: [fw-general] [need advices] An idea to build a KISS ORM system upon Zend_Db_Table

2006-09-22 Thread Davey Shafik
Sylvain, I have this, but its called on the record object, so: $dog = $do->find(); $fleas = $dog->getAllFleas(); But if you have 300 dogs it's 1+{Numer of Rows) the queries. If however when you do something like: $dogs = $do->fetchAll(); it automatically did a JOIN there, it's one query.

Re: [fw-general] [need advices] An idea to build a KISS ORM system upon Zend_Db_Table

2006-09-22 Thread Davey Shafik
I actually have a fully working Rails-like (not /too/ similar though) ActiveRecord implementation that got lost (bureaucratically) somewhere in the mix. The only feature I would like to add is the possibility to resolve relationships automatically, such that it can condense the number of

Re: [fw-general] Additional Web Services?

2006-09-21 Thread Davey Shafik
relying on knowledge of the API.Nevertheless, given Technorati's API is relatively straight forward I see where you're coming from.Regards,Pádraic Pádraic Bradyhttp://blog.quantum-star.com- Original Message ----From: Davey Shafik <[EMAIL PROTECTED]>To: Pádraic Brady <[EM

Re: [fw-general] Additional Web Services?

2006-09-21 Thread Davey Shafik
Personally,I am of the opinion that there are simply far too many web services for us to implement APIs for all of them. The few that we should implement should be:a) Complex to use (the service, not our API!) or extensiveb) Commonly used by lots of developersc) Not a moving target - versioning and