Re: [fw-general] comments in Zend conf.ini file

2007-08-27 Thread PotatoBob
O_O ralph, where have you been? Ralph Schindler wrote: > > And there is a nice little undocumented feature that allows for CONST > replacement and Global Var replacement, like so: > > like this: > > ;; Cache settings > cache.use = true > cache.path = APPLI

RE: [fw-general] Extracting data out of PDF with Zend_Pdf?

2007-08-27 Thread Alexander Veremyev
Hi Markus, Thanks for the offered help! I mentioned JIRA issue only to indicate that feature already was requested. So it increases its chances to be done in a short time :) Actually I am going to take a look into it and determine plans for it tomorrow. With best regards, Alexander Veremyev.

RE: [fw-general] Zend_Search_Lucene Storage Private Properties

2007-08-27 Thread Alexander Veremyev
PS Just committed into SVN. With best regards, Alexander Veremyev. > -Original Message- > From: Alexander Veremyev [mailto:[EMAIL PROTECTED] > Sent: Friday, August 24, 2007 10:04 PM > To: Carl Vondrick > Cc: fw-general@lists.zend.com > Subject: RE: [fw-general] Zend_Search_Lucene Sto

Re: [fw-general] Extracting data out of PDF with Zend_Pdf?

2007-08-27 Thread Markus Fischer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Alexander, thank you for answering so quickly. I'll search JIRA next time. I'm not new to PHP but the PDF spec is quite complex so is the PDF implementation ... unfortunately I've not enough time to dig into, I'ld love to help and come up with a p

[fw-general] is there an example application for Zend_Auth & Zend_Acl & Zend_Session ??

2007-08-27 Thread Truppe Steven
i'm searching for a full example that shows how all these core components (Zend_Auth, Zend_Acl and Zend_Session) work together in an working example. most tutorials seems out dated. I want to save the acl and the username/password in a mysql table with digest authentication, because this seems t

[fw-general] htaccess problem - routing requests

2007-08-27 Thread kwylez
I have the following directory structure for my "Hello World" ZendFramework MVC app. /(www directory) zf-tutorial/ application/ controllers/ FooController.php IndexController.php models/ views/ scripts/ foo/ bar.phtml index/

RE: [fw-general] Extracting data out of PDF with Zend_Pdf?

2007-08-27 Thread Alexander Veremyev
Hi Markus, PDF properties processing is planned (http://framework.zend.com/issues/browse/ZF-294), but not done yet. It's not the first request for the feature and implementation is relatively simple. I think it should be done in the near future. With best regards, Alexander Veremyev. > ---

Re: [fw-general] Date difference

2007-08-27 Thread Thomas Weidner
See Zend_Date->addTime / subTime or addIso / subIso Greetings Thomas Weidner I18N Team Leader - Original Message - From: "Rohit83" <[EMAIL PROTECTED]> To: Sent: Monday, August 27, 2007 2:40 PM Subject: [fw-general] Date difference Hi All Will anybody guide me about how i c

[fw-general] Date difference

2007-08-27 Thread Rohit83
Hi All Will anybody guide me about how i can add or substract time in hh:mm:ss form -- View this message in context: http://www.nabble.com/Date-difference-tf4335027s16154.html#a12346190 Sent from the Zend Framework mailing list archive at Nabble.com.

Re: [fw-general] Zend_Filter_Input custom messages walked on...

2007-08-27 Thread Drew Bertola
Mmm. I figured out the problem was just confusion between the meaning of "missingMessage" and "notEmptyMessage". -- Drew Drew Bertola wrote: > Hi, > > I'm trying to figure out why I can't set custom messages in > Zend_Filter_Input. Is this a known bug? I've searched around by > haven't found