[fw-general] A thank you

2007-12-20 Thread Keith Pope
Hi Guys, Just like to say thank you to all the ZF people for creating an awesome framework. We have just launched www.24dash.com which uses ZF :) Thx to all Keith Pope Web Developer -- allpay.net Limited, Fortis et Fides, Whitestone Business Park, Whitestone, Hereford, HR1 3SE. Registered

[fw-general] PHP version question

2007-09-28 Thread Keith Pope
Hi, Does anyone use ZF on RHEL5 using its standard PHP 5.1 package? If so does ZF work fully? Keith Pope Web Developer -- allpay.net Limited, Fortis et Fides, Whitestone Business Park, Whitestone, Hereford, HR1 3SE. Registered in England No. 02933191. UK VAT Reg. No. 666 9148 88

[fw-general] Zend_Acl + Zend_Cache

2007-08-30 Thread Keith Pope
Hey, I am caching Zend_Acl with zend_cache I was wondering how the acl handles serialization of its assertion classes. Do you need to make sure that the assertion classes serial ok, like closing db connections in them etc etc. Thx Keith Pope Web Developer -- allpay.net Limited, Fortis et

RE: [fw-general] View helper problem

2007-08-07 Thread Keith Pope
pe it helps :) Keith Pope Web Developer -Original Message- From: Dan Rossi [mailto:[EMAIL PROTECTED] Sent: 07 August 2007 14:31 To: fw-general@lists.zend.com Subject: Re: [fw-general] View helper problem Thanks matt sorry about that. Ive implemented a custom View class for render

[fw-general] Zend_Auth quick question

2007-07-19 Thread Keith Pope
Hi, When using Zend_Auth what is the best practice for use of the identity? For example if I have a user Object that has all the user related data inside would I store this in the identity or should you only store the userID? Thx Keith -- allpay.net Limited, Fortis et Fides, Whitestone Busin

[fw-general] Zend_Search

2007-06-18 Thread Keith Pope
Hey guys, I was just having a look at zend_search and was wondering how you would handle large query traffic and data. In MySQL you would probably setup a query cache and replication or something similar to spread the load across a few servers etc etc I haven't read much about lucene so sorry i

RE: [fw-general] Cron job using CLI

2007-06-01 Thread Keith Pope
I am just working on one myself, I haven't used it much but this might help :) set_time_limit( 0 ); //could take a while! require_once( 'Zend/Loader.php' ); Zend_Loader::LoadClass( 'Zend_Console_Getopt' ); Zend_Loader::LoadClass( 'Zend_Log' ); Zend_Loader::LoadClass( 'Zend_Log_Writer_Stream' )

[fw-general] Zend_Search find top terms

2007-05-25 Thread Keith Pope
Hey guys, Just doing some testing with zend_search very cool it is too :) I was wondering if there was a way to find the top terms within the database. Just like when using Luke on the first page it gives a list of the top ranking terms? Basically I am prototyping a tagging system and need a tag

[fw-general] Using Rest Client behind a proxy?

2007-05-23 Thread Keith Pope
Anyone have an example how to get this to work: Zend_Loader::loadClass ('Zend_Rest_Client' ); Zend_Loader::loadClass ('Zend_Http_Client' ); $config = array( 'adapter'=> 'Zend_Http_Client_Adapter_Proxy', 'proxy_host' => '10.1.1.33', 'proxy_port' => 80

RE: [fw-general] CMS in ZF

2007-05-18 Thread Keith Pope
Checkout sourceforge there are a few projects on there using ZF, most have not been released yet though... http://sourceforge.net/search/?type_of_search=soft&words=zend+framework -Original Message- From: Uzed [mailto:[EMAIL PROTECTED] Sent: 18 May 2007 14:04 To: fw-general@lists.zend.co

[fw-general] Modules question

2007-05-08 Thread Keith Pope
Hey Guys, Anyone know if you can do this type of dir structure with modules. application/ global/ header.phtml default/ controllers/ IndexController.php FooController.php views/ blog/ controllers/ IndexController.ph

RE: [fw-general] Zend_Auth - OpenID and Typekey services for a full ZF centric adapter?

2007-02-21 Thread Keith Pope
supporting it and aol ( hehe aol ), openID support may be very useful in ZF. If we could have the main library in ZF core and maybe an implementation in the laboratory that would be cool. Keith Pope Web Developer _ From: Pádraic Brady [mailto:[EMAIL PROTECTED] Sent: 20 February 2007

RE: [fw-general] Weird Issue (Slightly OT)

2006-10-25 Thread Keith Pope
Could it be php 5.0.x bug maybe?   Does Zend Platform use its own version of PHP, it could be fixed in that version?   Keith From: Lee Saferite [mailto:[EMAIL PROTECTED] Sent: 25 October 2006 16:01To: Zend Framework GeneralSubject: Re: [fw-general] Weird Issue (Slightly OT) Wow,   I'm not

RE: [fw-general] ZF-based webmail?

2006-09-20 Thread Keith Pope
How about snailMail hehe Also slightly off topic but I have been looking at javascript frameworks recently, how does YUI compare to protoype and its children ? Thx Keith -Original Message- From: Peter Pistorius [mailto:[EMAIL PROTECTED] Sent: 20 September 2006 10:44 To: Patrik Henni

<    1   2   3