Re: [fw-general] GET form submission - pretty URL

2010-07-15 Thread David Mintz
On Wed, Jul 14, 2010 at 4:06 PM, Hector Virgen djvir...@gmail.com wrote: By default, web browsers submit GET forms using the ?foo=bar syntax. There's nothing that ZF nor PHP can do to change this, because it all happens on the client side. So the only way to get pretty URLs is to use

[fw-general] Re: Zend_Form + Custom Element + PHP 5.3

2010-07-15 Thread Wil Moore III
Hector Virgen wrote: I'm not sure if namespaces are supported by the plugin loader, can someone else confirm? Thanks for the help; however, I ended up building the custom element by resetting and overriding decorators. It was as simple as: // define the Save Add Another button

RE: [fw-general] Model documentation page, explanation needed

2010-07-15 Thread Sergio Rinaudo
I am still stuck with these issues, hoping to receive some advices :) --- Hello, I need some explanation of this documentation page: http://framework.zend.com/manual/en/learning.quickstart.create-model.html I've created some models following this documentation page, I need to get

Re: [fw-general] Model documentation page, explanation needed

2010-07-15 Thread Chris Morrell
I typically give my fetchAll() method a single, optional parameter called $constraint. My constraints implement this interface: interface Galahad_Model_DataMapper_ConstraintInterface { public function where($cond, $value = null, $type = null); public function orWhere($cond, $value =

[fw-general] July Bughunt Starts Today!

2010-07-15 Thread Ralph Schindler
Hey contributors ZFers, Just wanted to remind everyone that today, tomorrow and saturday are our monthly bughunt days. I'll be online to help anyone sort through bugs, or get their jira/svn accounts setup. So ping me on #zftalk.dev on Freenode. Below is the copy from the announcement