[fw-general] XML-RPC bug?

2008-04-02 Thread kabel
/membermembernamefaultString/name/member/struct/value Any thoughts? Is this something involving Perl regexes that we're missing? kabel

[fw-general] ZF and Zend Platform integration.

2008-02-15 Thread kabel
I'm exploring Zend Platform, trying to determine if it fits some needs we have. Installation was a breeze; however, trying to use the Job Queue functionality is not going well. As per the user guide, I'm using the ZendAPI_Job and ZendAPI_Queue classes to connect and insert a job. What's

Re: [fw-general] [OT] Image processing

2008-01-25 Thread kabel
for offtopic, I just can't find anything suitable. ImageMagick has a few PHP extensions. Also check out GD. kabel

[fw-general] Zend Session/Cookie timeout

2007-12-13 Thread kabel
= 180 session.use_trans_sid = 0 Are any of those values auto-logging me out? Is there anywhere to look to see which of those affect session timeout? lifetime looks promising, but that should be forever. Garbage collection maybe? Any help would be greatly appreciated. kabel

[fw-general] Forwarding with POST.

2007-11-21 Thread kabel
accepts POSTed email/password for validation. (I set up the authentication according to Akrabat's tutorial at http://akrabat.com/zend-auth-tutorial/) I'm not sure how to forward the user to the login action while simultaneously posting the email and password. Thanks in advance, kabel

Re: [fw-general] Zend Framework XML function

2007-10-19 Thread kabel
to the Zend Framework, but it's been helpful in the past. kabel

[fw-general] Zend_Rest_Server MVC

2007-10-17 Thread kabel
? Is it a good idea to try to run a Zend_Rest_Server from inside a controller, or should I stick with a simple one-off script? The few tutorials I found weren't especially helpful, but I'd appreciate any advice. Thanks in advance for any help. kabel

Re: [fw-general] Beginner demo - feed reader

2007-08-20 Thread kabel
The problem is when you don't know in advance which feed you will be consuming. If the goal is to just type in an arbitrary feed URL, you currently have no way of ensuring your code will work with all thinkable feed types. I'm not asking for something that will always work as intended - just