RE: [fw-general] hosting suggestions with support for ZF

2009-07-25 Thread Muhammad Ali
_ Celebrate a decade of Messenger with free winks, emoticons, display pics, and more. http://clk.atdmt.com/UKM/go/157562755/direct/01/

Re: [fw-general] Zend_Form_Element_File and random files name

2009-07-22 Thread Muhammad Ali
- move... so why should the original name be provided when the related file does not exist at this time ? Greetings Thomas Weidner, I18N Team Leader, Zend Framework http://www.thomasweidner.com - Original Message - From: Muhammad Ali imjob@live.com To: pe...@peterwarnock.com Cc: fw

[fw-general] Zend_Form_Element_File and random files name

2009-07-20 Thread Muhammad Ali
Hi I am trying to have time() being used for uploaded files and not the name provided by the client(browser), I think I can work around but wanted to check if anyone else has done similar stuff or what is the best way to do this? As by default doing getValue() on file element will upload it

Re: [fw-general] Zend_Form_Element_File and random files name

2009-07-20 Thread Muhammad Ali
: Tuesday, July 21, 2009 12:38 AM To: Muhammad Ali Subject: Re: [fw-general] Zend_Form_Element_File and random files name Take a look at http://framework.zend.com/manual/en/zend.file.transfer.filters.html#zend.file.transfer.filters.rename - pw On Mon, Jul 20, 2009 at 4:28 PM, Muhammad Ali imjob

Re: [fw-general] Zend_Form_Element_File and random files name

2009-07-20 Thread Muhammad Ali
Sent: Tuesday, July 21, 2009 2:06 AM To: Muhammad Ali Subject: Re: [fw-general] Zend_Form_Element_File and random files name I haven't done it, but I would think extending the bfilter class with a custom implementation would do the trick. - pw On Jul 20, 2009 6:04 PM, Muhammad Ali imjob

Re: [fw-general] redirect infinitive loop

2009-07-19 Thread Muhammad Ali
HI Taliesin comment this following line from your code, which at the very end. $this-_redirect('/dl/admin/insertModel'); Thanks From: Taliesin Sent: Sunday, July 19, 2009 9:03 AM To: fw-general@lists.zend.com Subject: [fw-general] redirect infinitive loop Hi to all. I have the following

Re: [fw-general] redirect infinitive loop

2009-07-19 Thread Muhammad Ali
. In brief : can you try visiting following page from your browser. /dl/admin/insert-Model/ Thanks From: Taliesin Sent: Sunday, July 19, 2009 4:15 PM To: Muhammad Ali Cc: fw-general@lists.zend.com Subject: Re: [fw-general] redirect infinitive loop I've doing it, but nothing change

Re: [fw-general] Extending Zend_Controller_Action

2009-07-18 Thread Muhammad Ali
use this /** * FlashMessenger * * @var Zend_Controller_Action_Helper_FlashMessenger */ protected $_flashMessenger = null; public function init() { $this-_flashMessenger = $this-_helper-getHelper('FlashMessenger'); $this-initView();

Re: [fw-general] Zend_Acl When / Where to check your ACL?

2009-07-17 Thread Muhammad Ali
Hi I think you need to add the error resource to the Acl and allow full access to error controller. Thanks From: Mon Zafra Sent: Friday, July 17, 2009 7:00 AM To: Zend Framework General Subject: Re: [fw-general] Zend_Acl When / Where to check your ACL? The plugin preDispatch() is invoked

Re: [fw-general] Zend_Acl When / Where to check your ACL?

2009-07-17 Thread Muhammad Ali
, July 17, 2009 8:02 AM To: Zend Framework General Subject: Re: [fw-general] Zend_Acl When / Where to check your ACL? On Fri, Jul 17, 2009 at 8:58 AM, Muhammad Ali imjob@live.com wrote: Hi I think you need to add the error resource to the Acl and allow full access to error controller

[fw-general] Confusion about open source licensing

2009-07-15 Thread Muhammad Ali
Hi Question: If i were to release an opensource project under GPL, but which uses Zend Framework (released under BSD license), am I not allowed to do so? OR my sourcecode should not contain Zend Framework and be downloaded separately, just because these licenses are not compatible. Your

[fw-general] Confusion about open source licensing

2009-07-15 Thread Muhammad Ali
Hi Question: If i were to release an opensource project under GPL, but which uses Zend Framework (released under BSD license), am I not allowed to do so? OR my sourcecode should not contain Zend Framework and be downloaded separately, just because these licenses are not compatible. Your

Re: [fw-general] Fw: $request-getParams() returns escaped data

2009-07-14 Thread Muhammad Ali
() returns escaped data On Tuesday 14 July 2009 06:03:26 Matthew Weier O'Phinney wrote: -- Muhammad Ali imjob@live.com wrote (on Monday, 13 July 2009, 09:16 PM +0100): An other quick question for the mailing list, does using Zend_Config as Array rather as INI files improves performance

[fw-general] Action names

2009-07-14 Thread Muhammad Ali
Hi I have ACL plugin to restrict different controllers and User controller have action called changePasswordAction. I can get to action using /user/change-password/ and it works fine, but before while i am constructing my Acl action name comes as change-password rather changePassword. Is this

[fw-general] Fw: $request-getParams() returns escaped data

2009-07-13 Thread Muhammad Ali
Hi Just wanted to check if escaping for $request-getParams() can be turned off e.g. single quote( ' ) is replaced by ( \' ). I have tried it before calling any other methods but still the same, is there any helper or plugin I need to set options for? If it is a default, why I should create a

Re: [fw-general] Fw: $request-getParams() returns escaped data

2009-07-13 Thread Muhammad Ali
Hi Till yeah I have removed this line, just wanted to show what i was using before. I have now turned off the magic quotes and all seems good. Thanks again -- From: till klimp...@gmail.com Sent: Monday, July 13, 2009 9:32 PM To: Muhammad Ali