Re: [fw-general] How get Zend_Controller_Dispatcher_Token from index.php

2006-11-14 Thread Mauro Casula
I have upgraded PHP... Now the application doesnt return errors but only the index action is showed. Is this code correct? $controller = new Zend_Controller_Front(); $controller-registerPlugin(new AuthPlugin($db,$session,$post))

Re: [fw-general] How get Zend_Controller_Dispatcher_Token from index.php

2006-11-14 Thread padraic . brady
Hi,If you have the application in a subdirectory (not webroot) then you may need to set a rewrite base (if using Core) or base url (with Incubator).Usually it's something like:$router = new Zend_Controller_RewriteRouter;/** On my platform, I need to set the RewriteBase for ZF 0.20* RewriteBase is

Re: [fw-general] How get Zend_Controller_Dispatcher_Token from index.php

2006-11-14 Thread Matthew Weier O'Phinney
-- Chris Hartjes [EMAIL PROTECTED] wrote (on Tuesday, 14 November 2006, 09:16 AM -0500): On 11/13/06, Mauro Casula [EMAIL PROTECTED] wrote: I need your help. I need to know how can i now what Zend_Controller_Dispatcher_Token i'm going to dispatch in my Index.php. I need to know this

Re: [fw-general] Delayed email to list?

2006-11-14 Thread Abu Hurayrah
I don't want to dog Yahoo! too much, but at times (most of the time, in fact) they are stellar when it comes to e-mail turnaround time, and at times you might be better off writing your message on a paper airplane and letting it sale out the window. It's still my secondary e-mail source, but I

Re: [fw-general] Too many top level components, lack of focus

2006-11-14 Thread Richard Thomas
The framework is a community/ developer driven project, so the projects getting the most focus are the projects that the active developers are interested in. If someone sees a need outside the current proposals they are free to submit there own proposal and become part of the process and the

Re: [fw-general] Delayed email to list?

2006-11-14 Thread Craig Webster
On 14 Nov 2006, at 14:30, Pádraic Brady wrote: I posted this one at 14:30pm GMT - it arrived at...? 14:30:51 GMT here :) Cheers, Craig -- Craig Webster | Lead Developer | e: [EMAIL PROTECTED] Xeriom Networks | t: 01315168595 | w: http://xeriom.net/ PGP.sig Description: This is a digitally

Re: [fw-general] How get Zend_Controller_Dispatcher_Token from index.php

2006-11-14 Thread Matthew Weier O'Phinney
-- [EMAIL PROTECTED] [EMAIL PROTECTED] wrote (on Tuesday, 14 November 2006, 05:55 AM -0800): Hi, If you have the application in a subdirectory (not webroot) then you may need to set a rewrite base (if using Core) or base url (with Incubator). Usually it's something like: $router = new

Fw: [fw-general] How get Zend_Controller_Dispatcher_Token from index.php

2006-11-14 Thread Pádraic Brady
- Forwarded Message From: "[EMAIL PROTECTED]" [EMAIL PROTECTED]To: Zend Framework General fw-general@lists.zend.comSent: Tuesday, November 14, 2006 2:08:46 PMSubject: Re: [fw-general] How get Zend_Controller_Dispatcher_Token from index.phpReading back, you seem to be using the Incubator

Re: [fw-general] How get Zend_Controller_Dispatcher_Token from index.php

2006-11-14 Thread Chris Hartjes
On 11/13/06, Mauro Casula [EMAIL PROTECTED] wrote: Hi all, I'm new of Zend Framework.. I need your help. I need to know how can i now what Zend_Controller_Dispatcher_Token i'm going to dispatch in my Index.php. I need to know this because i'm developing an authentication system that will make

Re: [fw-general] How get Zend_Controller_Dispatcher_Token from index.php

2006-11-14 Thread Matthew Weier O'Phinney
-- Mauro Casula [EMAIL PROTECTED] wrote (on Tuesday, 14 November 2006, 03:05 AM -0800): Adding require_once 'Zend/Registry.php'; this error disappear.. but i have this: Fatal error: Call to undefined method Zend_Controller_Front::getinstance() in

Re: [fw-general] New ideas

2006-11-14 Thread Mislav Marohnić
First you could tell us more about your new rewrite router - is it faster, better, more flexible? What motivated you to make a new controller router? What's wrong with the old one? What approach did you take?-- MislavOn 11/5/06, Dmitry Shirokov [EMAIL PROTECTED] wrote: Hi guys. I've created some

Re: [fw-general] Too many top level components, lack of focus

2006-11-14 Thread Matthew Ratzloff
1) Too many top level components. Why are components like Zend_TimeSync and Zend_Measure being given top level categories? Everything else so far seems to be categorized correctly, but why are those two not under the Zend_Locale namespace? Zend_Measure deserves its own top-level category.

[fw-general] Re: Using multiple controllers - Help needed

2006-11-14 Thread Fouzia Usman
Hi, I would like to know how to use multiple controllers. If I have just one controller, my indexController works fine and the action gets routed correctly. I have defined one other controller that has few actions in it including the index action. I have also changed the url to point the new

Re: [fw-general] Zend PDF - align right

2006-11-14 Thread Drew Bertola
Brent Robinson wrote: Hi There, I am having some issues with generating a script to align characters to the right on the framework pdf component. This is what I did. First, I used helvetica and helvetica bold, because they have easily known widths. I set up a hash to look up the widths and