[fw-general] Re: Re[fw-general] moving Require_once

2009-07-05 Thread admirau
Matthew Ratzloff wrote: The complete command is therefore: % cd path/to/ZendFramework/library % find . -name '*.php' | grep -v './Loader/Autoloader.php' | \ xargs sed -E -i~ 's/(require_once)/\/\/ \1/g' % find . -name '*.php~' | xargs rm -f Shouldn't this script be part of the ZF

Re: [fw-general] Re: Re[fw-general] moving Require_once

2009-07-05 Thread keith Pope
Heres one for Apache Ant target name=deploy echo message= Removing require_once / replaceregexp byline=true regexp pattern=require_once 'Zend// substitution expression=// require_once 'Zend// fileset dir=${basedir}/library/Zend

Re: [fw-general] A quick question on radio buttons (again)

2009-07-05 Thread dmitrybelyakov
lightflowmark wrote: A custom decorator (although you may be able to piece it together with the Label decorator and the HtmlTag decorator). One approach would be to extend the Label decorator; pass the URL of the image as an option to your extended label decorator and have it render

[fw-general] question about .htaccess, mod_rewrite, cofiguration, and directories

2009-07-05 Thread water
I am trying to add some functionality to an app for single word identifiers on a domain but am having some mod_rewrite issues. This is probably beyond my skill in dealing with this and googling hasn't provided what I'm looking for.. I have a Zend Framework app that runs out of the /app/

Re: [fw-general] question about .htaccess, mod_rewrite, cofiguration, and directories

2009-07-05 Thread Brenton Alker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 water wrote: I am trying to add some functionality to an app for single word identifiers on a domain but am having some mod_rewrite issues. This is probably beyond my skill in dealing with this and googling hasn't provided what I'm looking for..

[fw-general] Help in creating Dojo Combo Box and Date Picker

2009-07-05 Thread jigen7
Hi I'm new in using Zend Dojo Form and most of the tutorials is for version 1.7 as the latest ver is 1.8 can anyone help me to add a combo box in my page where i can select default values or i can input my value when the value is not present in the list and also a date picker. how will i declare

[fw-general] Zend_Application is not running the session resource.

2009-07-05 Thread Jamie Krasnoo
I followed the documentation for configuring the session resource through the Application.ini. However Zend_Application doesn't run the Session resource to configure sessions. I have the following in the ini below the [production] section. I just want to configure the regular file session. Am I

Re: [fw-general] Help in creating Dojo Combo Box and Date Picker

2009-07-05 Thread Matthew Weier O'Phinney
-- jigen7 i_love_ji...@yahoo.com wrote (on Sunday, 05 July 2009, 08:56 PM -0700): Hi I'm new in using Zend Dojo Form and most of the tutorials is for version 1.7 as the latest ver is 1.8 The changes to 1.8 will not affect Dojo integration in the least; the tutorials that exist are still