Re: [fw-general] Zend Form Order and Jira

2009-01-21 Thread Giorgio Sironi
2009/1/21 Arthur M. Kang > I don't see any options to create issues or add comments in the issue > tracker. I do have a registered account, and I do remember being able to do > so in the past. Has something changed? > > Many user are having problems: Wil Sinclair has wrote in this mailing list

Re: [fw-general] What do you use to manage your ZF projects?

2009-01-21 Thread Eric Coleman
We use redmine. Been getting used to it over the last 2 or so weeks but overall no real complaints. On Wed, Jan 21, 2009 at 12:32 PM, Robert Castley wrote: > Well ... > > Depending on which way you look at it, I have stupidly decided to have a > stab at developing my own PHP based solution. > >

Re: [fw-general] Zend Framework 1.7.3 in now available!

2009-01-21 Thread Robert Castley
Thank you! Sent from my iPhone On 20 Jan 2009, at 20:11, "Wil Sinclair" mailto:w...@zend.com> > wrote: Hi all, It is my pleasure to announce the release of Zend Framework 1.7.3! You can download this new mini release from the ZF download site:

[fw-general] Using Zend_Form with nested subforms

2009-01-21 Thread Simon Corless
Does Zend_Form support numeric keys as a subform name? There's no warning given as there is with an element name, which you can cast to a string as below. The idea is to create a form with the index prices[1][1] (and thus having multiple subforms prices[2][1] etc. With the following: $subForm =

[fw-general] Using Zend_Form with nested subforms

2009-01-21 Thread Simon Corless
Does Zend_Form support numeric keys as a subform name? There's no warning given as there is with an element name, which you can cast to a string as below. The idea is to create a form with the index prices[1][1] (and thus having multiple subforms prices[2][1] etc. With the following: $subForm =

[fw-general] Using Zend_Form with nested subforms

2009-01-21 Thread Simon Corless
Does Zend_Form support numeric keys as a subform name? There's no warning given as there is with an element name, which you can cast to a string as below. The idea is to create a form with the index prices[1][1] (and thus having multiple subforms prices[2][1] etc. With the following: $subForm =

[fw-general] Zend Form Order and Jira

2009-01-21 Thread Arthur M. Kang
I don't see any options to create issues or add comments in the issue tracker. I do have a registered account, and I do remember being able to do so in the past. Has something changed? Also, wouldn't it be a lot more flexible to have the "order" be a float rather than an int? If you create

[fw-general] Zend_Dojo_Form_Element_Editor

2009-01-21 Thread Holon35
Hi, I have a Zend_Dojo_Form, and Zend_Dojo_Form_Element_Editor work fine with FireFox, but in IE7 a see the textbox, but its impossible to enter some text in it... Is someone can help me ? -- View this message in context: http://www.nabble.com/Zend_Dojo_Form_Element_Editor-tp21593349p21593349.h

Re: [fw-general] autoCompleteDojo - Why is this happening?

2009-01-21 Thread barry hembree
The format is quite different than what I expected. Why are all of the items repeated twice? Also the identifier was changed from "id" to "name". This output is very different than if I were to say $data->toJson(), The problem seems to have been fixed in ZF 1.7 however. I switched my library to po

Re: [fw-general] Written 2 articles about integrating Smarty with ZF

2009-01-21 Thread Marv
On Fri, Jan 2, 2009 at 12:09 AM, Michael Scholl wrote: > > Am 01.01.2009 um 20:28 schrieb Marvin Kauw: > >> >> I've written 2 articles about integrating Smarty with ZF they can be found >> here: >> >> http://www.marvinkauw.nl/zend-framework-1-7-smarty-2-6-integrated-part-1 >> http://www.marvinkauw

Re: [fw-general] autoCompleteDojo - Why is this happening?

2009-01-21 Thread Matthew Weier O'Phinney
-- barry hembree wrote (on Wednesday, 21 January 2009, 08:12 AM -0800): > > Hi All, > > I am trying to setup an autocomplete filtering select box. I have an action > in my controller like this: > > public function countryAction() > { > $db = Zend_Registry::get('db'); > $sq

[fw-general] Zend Sub Forms

2009-01-21 Thread Arthur M. Kang
Is it correct that a form and its subforms cannot be created using a single config file? Something like the following... If not, is there any plan to allow this? It shouldn't be too difficult, but was just wondering why it is specifically "forbidden" in the Form.php file... IE $form_config

RE: [fw-general] What do you use to manage your ZF projects?

2009-01-21 Thread Robert Castley
Well ... Depending on which way you look at it, I have stupidly decided to have a stab at developing my own PHP based solution. Using ZF ... of course! My starting point is a direct copy of the sqlite database from trac, this has already been modified to support projects :-) I have the Wiki sid

[fw-general] creating multiselect and radio buttons in ini

2009-01-21 Thread Bob O
Can anyone point me or give me a description on how to populate values for a select tag using an ini file? also how to create a radio button group as well? im new to this approach ive searched all over but havent found anything that hits on this particular issue. thank you in advance B - B

[fw-general] autoCompleteDojo - Why is this happening?

2009-01-21 Thread barry hembree
Hi All, I am trying to setup an autocomplete filtering select box. I have an action in my controller like this: public function countryAction() { $db = Zend_Registry::get('db'); $sql = 'SELECT id, name FROM country'; $countries = $db->fetchAll($sql); $data =

Re: [fw-general] Writing a validator for limit the number of selectable elements

2009-01-21 Thread fab2008
Emanuel-20 wrote: > > If the name attribute of the input tag would be like: "myChecks[]" for > all the n checkboxes then the result will come as an array, and u > could use in your script: > > if (!$myValidator->isValid(count($sentArray))) { > echo "The number of selected checkboxes must be a

[fw-general] Zend Session SaveHandler Db Table

2009-01-21 Thread Xavier Vidal Piera
I'm testing Zend_Session_SaveHandler_DbTable and looking through the MySQL logs there are three calls foreach request: SELECT `sessions`.* FROM `sessions` WHERE (((`sessions`.`sessionid` = '3d8575724bd009c1bc0887397e1c965a'))) SELECT `sessions`.* FROM `sessions` WHERE (((`sessions`.`sessionid`

Re: [fw-general] Zend dynamic subform example requested

2009-01-21 Thread jkendall
kadams wrote: > > Hello, > I've seen many threads on this forum that talk about dynamic element > creation using subform and AJAX, but all these threads seem to end with > "Does anyone have an example of this?" and then nobody posts anything. > > I have a form, and I'm trying to add labels and

[fw-general] zend translate and form errors

2009-01-21 Thread PHPScriptor
Hey there, I have a little problem with the translation of the form errors. It's working fine when I do form->validate(), but it's only returning one Error. Even when there are more Errors. Strange thing is, if I don't set a translation of e.g. the alpha-validator, and I fill in a value that is n

Re: [fw-general] Populate Zend_Form_Element_Multiselect

2009-01-21 Thread PHPScriptor
I'll give you my code so you have an idea: so in the form make the field and fill it with all the data: $GroupsModel = new GroupsModel(); $groups = $GroupsModel->fetchAll(); $selectGroups = array(); foreach($groups as $group) { $selectGroups[$group->id] = $group->naam; } $group = self::createE

Re: [fw-general] Error of loading Helper View

2009-01-21 Thread nrnWest
It not a problem? So should be, respond please. nrnWest wrote: > > ZF v 1.7.3 (and 1.7.2) > > In a loading file: > $view = new Zend_View (); > $view-> setEncoding (' UTF-8 '); > $view-> addHelperPath (X_Path:: getPathLibrary (). ' > My/View/Helper ', ' My_View_Helper '); >

Re: [fw-general] Zend Framework - Google analytics problem

2009-01-21 Thread Julian102
Thats it I didn't put the tags in the layout script. Sorry I wasn't able to reply quicker I couldn't get my computer working luckily I got an expert over and it turns out it wasn't plugged in. Cheers Matthew Weier O'Phinney-3 wrote: > > -- Julian102 wrote > (on Tuesday, 20 January 2009, 01:4

[fw-general] Error of loading Helper View

2009-01-21 Thread nrnWest
ZF v 1.7.3 (and 1.7.2) In a loading file: $view = new Zend_View (); $view-> setEncoding (' UTF-8 '); $view-> addHelperPath (X_Path:: getPathLibrary (). ' My/View/Helper ', ' My_View_Helper '); $view-> addFilterPath (X_Path:: getPathLibrary (). ' My/View/Filter ', ' My_View