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 an

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

2006-11-14 Thread Gavin Vess
I think the overall observations of "too many top level components" and "lack of focus" are understandable perceptions that should be clearly addressed in our documentation. Component names are selected based on compromise between logical hierarchy and convenience (i.e. less typing). The deci

[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 co

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

2006-11-14 Thread Willie Alberty
On Nov 14, 2006, at 7:11 AM, Brent Robinson wrote: I am having some issues with generating a script to align characters to the right on the framework pdf component. I am trying to extract the glyph width but am getting very large widths like 333 for L and 556 for E. This is very high or I a

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. Ho

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

[fw-general] Delayed email to list?

2006-11-14 Thread Pádraic Brady
Just curious,I've noticed during the last few times I've posted that my email seems to be held up for a while before reaching the list. Since the last email (MVC Incubator setup for baseUrl) there have been three other reponses, and no sign of my own. Any delays known to other users?I posted this o

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

2006-11-14 Thread padraic . brady
I'm glaring suspiciously at the Yahoo! logo...;) My previous message showed up in my own inbox 35 minutes after I posted it. Maybe it's not the mailing list then. Pádraic Bradyhttp://blog.quantum-star.comhttp://www.patternsforphp.com- Original Message From: Craig Webster <[EMAIL PROTECTED]>

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 mak

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

2006-11-14 Thread padraic . brady
Reading back, you seem to be using the Incubator Classes. Same thing for Incubator is (assuming you're using a Response object):/* * Instantiate a Request to set BaseURL * See later... */$request = new Zend_Controller_Request_Http();/* * Instantiate a RewriteRouter */$router = new Zend_Controller_R

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 Sent: 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 Classes. Same thing for In

[fw-general] Zend PDF - align right

2006-11-14 Thread Brent Robinson
Hi There, I am having some issues with generating a script to align characters to the right on the framework pdf component. I am trying to extract the glyph width but am getting very large widths like 333 for L and 556 for E. This is very high or I am not sure what I am supposed to work that

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: > > $route

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 s

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 c

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] 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 C:\Progetti\Kettler\SITE\kettler

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 kno

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

2006-11-14 Thread Mauro Casula
Hi, after all, thank you for your help... I have added your code.. but i receive this error: Fatal error: Call to undefined method Zend_Controller_RewriteRouter::setRewriteBase() in C:\Progetti\Kettler\SITE\kettler\www\index.php on line 74 I suppose that in the incubator setRewriteBase has been

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 Mauro Casula
Adding require_once 'Zend/Registry.php'; this error disappear.. but i have this: Fatal error: Call to undefined method Zend_Controller_Front::getinstance() in C:\Progetti\Kettler\SITE\kettler\www\index.php on line 68 So i have sobstitute in my index.php: $controller = Zend_Controller_Fro

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)) ->setControllerDirectory('../app/co

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

2006-11-14 Thread Darby Felton
Hi "streetbuck", (?) Though I believe Thomas and Richard have done well to answer most of your questions, such as that progress on community-developed components is a function of contributors' levels of interest and availability, I would like to comment on Form Helpers, AJAX helper, MVC and ORM.

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

2006-11-14 Thread Thomas Weidner
Hy, 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? This is a preview, so things can change. But