Re: [fw-general] Pre/Post Dispatch vs. Intercepting Filter Pattern?

2009-03-27 Thread Rolando Espinoza La Fuente
On Thu, Mar 26, 2009 at 3:08 PM, prodigitalson wrote: > > Im very new to ZF as I normally work with Symfony or my own custom rolled > framework , i have basic question about control flow/dispatching. > > In both Symfony and my custom framework, the FrontController does > preprocessing on the reque

Re: [fw-general] Pre/Post Dispatch vs. Intercepting Filter Pattern?

2009-03-27 Thread prodigitalson
Rolando Espinoza La Fuente wrote: > > > You might be looking for front controller plugins: > http://devzone.zend.com/article/3372-Front-Controller-Plugins-in-Zend-Framework > http://is.gd/eQhU > Excellent. Just what i was looking for. Thanks! -- View this message in context: http://www.n

[fw-general] dilapidate messages

2009-03-27 Thread Terre Porter
Hey all, Here I thought I was just losing my mind or having a bad case of day ja vu. Over the last few days I've noticed the mailing list seems to be sending out messages several times. Today I got another copy of my message from a topic that I replied to yesterday. Anyone have ideas as to wh

[fw-general] Upgrading from 1.7.0 to 1.7.7

2009-03-27 Thread Matt Cockayne
Hi All We have a few clients that need the framework upgrading from 1.7.0 to 1.7.7 on their site. Does anyone know what impact/breakages we will get in doing straight swap in for the library. Or can anyone point me in the right direction for a page that has that info on it. I'm sure I saw somethi

Re: [fw-general] Upgrading from 1.7.0 to 1.7.7

2009-03-27 Thread Jason Webster
The only API change that I'm aware of is this: http://framework.zend.com/manual/en/zend.view.migration.html On 27/03/2009 9:10 AM, Matt Cockayne wrote: Hi All We have a few clients that need the framework upgrading from 1.7.0 to 1.7.7 on their site. Does anyone know what impact/breakages we wil

RE: [fw-general] duliplicate messages

2009-03-27 Thread Terre Porter
Pesky auto-spell check ... -Original Message- From: Terre Porter [mailto:tpor...@webpage-builders.com] Sent: Friday, March 27, 2009 12:05 PM To: fw-general@lists.zend.com Subject: [fw-general] dilapidate messages Hey all, Here I thought I was just losing my mind or having a bad case o

Re: [fw-general] How can i pass a variable using zend_paginator

2009-03-27 Thread David Mintz
The Zend_View_Helper_PaginationControl helper provides a paginationControl() method that lets you pass in additional params as an optional 4th argument. FWIW. On Thu, Mar 26, 2009 at 3:21 AM, Anees wrote: > > Hi, > > I am using zend_paginator class to generate the Paging script > And it is worki

[fw-general] quoteInto() Question

2009-03-27 Thread Thomas Shaw
How do I use Zend_DB_Table to add multiple AND conditions using quoteInto(). Ive tried several different methods and the only way I can do it is with a raw query string. Below are several examples that do not work. Example two somebody recommended and does not work, I can see the raw query using Ze

[fw-general] Zend_Config_Xml and PDO::MYSQL_ATTR_INIT_COMMAND

2009-03-27 Thread Eduard Bareev
Hi, i am newbie here and i have some trouble: I want to pass PDO::MYSQL_ATTR_INIT_COMMAND value to DB adatper. But how to do this through Zend_Config_Xml ? What is possible to use instead of PDO::MYSQL_ATTR_INIT_COMMAND in xml ? :) And integer constant value (1002) is also not xml-copilant. ...

Re: [fw-general] Need some help with Zend Route

2009-03-27 Thread Eduard Bareev
I am newbie too, and i think if i write some wrong advice, a more skilled zf'ers can correct me. I think one of the way to realize this friendly URLs as you want is to create custom router. This can be done by implementing Zend_Controller_Router_Route_Interface. Shortly, in general it consist of

Re: [fw-general] How can install zend framework and how can set-up the include_path

2009-03-27 Thread Eduard Bareev
You must read this Quickstart article first: http://framework.zend.com/docs/quickstart Setting up an include_path path is also explained there. Shima TS wrote: > > Hi All, > How can install zend framework and how can set-up the include_path, I just > down loaded the zend framework , where I wil