[fw-general] zend pdf gif support

2010-03-31 Thread Michael Depetrillo
Is there a reason Zend_Pdf does not support .gif images? Michael DePetrillo www.michaeldepetrillo.com

Re: [fw-general] flashMessenger a bit hard to use

2009-12-27 Thread Michael Depetrillo
don't check if flash messenger has messages in controller. getMessages() will return an empty array() where there are no messages, which is easy to work with in a view file. The third parameter of setExpirationHops($hops, $vars, $hopCountOnUsageOnly) allows you to count a hop only when the specific

[fw-general] commit privileges

2009-10-15 Thread Michael Depetrillo
Who do we contact to receive svn commit privileges? I signed the cla and have issue tracker access but cannot commit to the trunk. Michael DePetrillo

Re: [fw-general] How to make a global Zend_Log with Zend_Application_Bootstrap

2009-10-11 Thread Michael Depetrillo
_Writer_Stream($options[$name]); $this->_logger = new Zend_Log($writer); } return $this->_logger; } } Michael DePetrillo the...@michaeldepetrillo.com Mobile: (858) 761-1605 www.michaeldepetrillo.com On Sun, Oct 11, 2009 at 12:53 AM, Peter Smit wrote: > I would

[fw-general] Re: where is bootstrap object from within a controller plugin

2009-06-10 Thread Michael Depetrillo
I figured it out. $front = Zend_Controller_Front::getInstance(); $db= $front->getParam('bootstrap')->getResource('db'); Michael DePetrillo the...@michaeldepetrillo.com Mobile: (858) 761-1605 www.michaeldepetrillo.com On Wed, Jun 10, 2009 at 5:13 PM

[fw-general] where is bootstrap object from within a controller plugin

2009-06-10 Thread Michael Depetrillo
What is the best way to access bootstrap object from a controller plugin? Michael DePetrillo the...@michaeldepetrillo.com Mobile: (858) 761-1605 www.michaeldepetrillo.com

[fw-general] missing parse errors

2009-01-19 Thread Michael Depetrillo
e know why this would happen? Michael DePetrillo the...@michaeldepetrillo.com www.michaeldepetrillo.com

Re: [fw-general] Zend/Transport/Sendmail.php not auto-included - Wanted behavior?

2008-11-28 Thread Michael Depetrillo
when no transport is defined by the developer. You are defining your transport so you need to include statement. Michael DePetrillo [EMAIL PROTECTED] Mobile: (858) 761-1605 On Fri, Nov 28, 2008 at 3:24 PM, Thomas D. <[EMAIL PROTECTED]> wrote: > Hello, > > I am new to Zend F

Re: [fw-general] ZF application optimizations (and speedup)

2008-11-06 Thread Michael Depetrillo
Mathew Does using autoload improve or reduce performance? I thought I saw an email by you where you stated in did. Michael DePetrillo [EMAIL PROTECTED] Mobile: (858) 761-1605 Fax: (858) 430-2706 On Thu, Nov 6, 2008 at 6:28 PM, Matthew Weier O'Phinney <[EMAIL PROTECTED]>wrote: >

Re: [fw-general] Dojo forms and XHTML

2008-10-10 Thread Michael Depetrillo
to html. The default doctype is html. What you need to do is put the docType() call somewhere in your bootstrap or before the viewRenderer. Michael DePetrillo [EMAIL PROTECTED] Mobile: (858) 761-1605 Fax: (858) 430-2706 On Fri, Oct 10, 2008 at 10:11 AM, MarkDNA <[EMAIL PROTECTED]> wrot

[fw-general] http client socket issue with virtual host

2008-09-20 Thread Michael Depetrillo
understand why this would happen. I am behind a firewall and both sites do share the same IP address in apache. Could these be my problem? Michael DePetrillo [EMAIL PROTECTED] Mobile: (858) 761-1605 Fax: (858) 430-2706

Re: [fw-general] Error in Zend Framework 1.6 RC1 ?

2008-07-28 Thread Michael Depetrillo
$appDir . DIRECTORY_SEPARATOR . 'rest' . DIRECTORY_SEPARATOR . 'controllers' )); $frontController->dispatch(); On Mon, Jul 28, 2008 at 6:56 AM, Matthew Weier O'Phinney <[EMAIL PROTECTED]>wrote: > -- Michael Depetrillo <[EMAIL PROTECTED]>

Re: [fw-general] Error in Zend Framework 1.6 RC1 ?

2008-07-28 Thread Michael Depetrillo
whichever prefix I set using $view->setBasePath($path, $prefix). Michael DePetrillo [EMAIL PROTECTED] Mobile: (858) 761-1605 Fax: (858) 430-2706 On Wed, Jul 23, 2008 at 8:48 PM, Matthew Weier O'Phinney <[EMAIL PROTECTED]>wrote: > -- Endijs Lisovskis <[EMAIL PROTECTED]> wrote &

Re: [fw-general] Zend_Date problem with add/subMonth()

2008-06-30 Thread Michael Depetrillo
;01/lug/2008 20:56:13" > >> string(20) "01/lug/2008 20:56:13" > >> ... > >> string(18) "subtracting months" > >> string(20) "01/mag/2008 21:02:38" > >> string(20) "01/mar/2008 21:02:38" > >> string(20) "01/gen/2008 21:02:38" > >> string(20) "01/nov/2007 21:02:38" > >> string(20) "01/set/2007 21:02:38" > >> string(20) "01/lug/2007 21:02:38" > >> string(20) "01/mag/2007 21:02:38" > >> string(20) "01/mar/2007 21:02:38" > >> ... > >> > >> Is this a bug or i misunderstood Zend_Date::add/subMonth() function? > >> > >> Can anyone help me? > >> > >> P.S. i've just upgraded to 1.5.2 ZF and my PHP version is 5.2.5 > >> > >> > >> -- > >> View this message in context: > >> > http://www.nabble.com/Zend_Date-problem-with-add-subMonth%28%29-tp18187205p18187205.html > >> Sent from the Zend Framework mailing list archive at Nabble.com. > > > > > > > > -- > View this message in context: > http://www.nabble.com/Zend_Date-problem-with-add-subMonth%28%29-tp18187205p18195152.html > Sent from the Zend Framework mailing list archive at Nabble.com. > > -- Michael DePetrillo [EMAIL PROTECTED] Mobile: (858) 761-1605 AIM: klassicd www.michaeldepetrillo.com

Re: [fw-general] Truly strange bug...

2007-12-24 Thread Michael Depetrillo
k you for the reply Mat, > > Unfortunately I do not use the autoloader (Zend or stock) anywhere in my > code... > -- Michael DePetrillo [EMAIL PROTECTED] Mobile: (858) 761-1605 AIM: klassicd www.michaeldepetrillo.com

Re: [fw-general] Forwarding with POST.

2007-11-21 Thread Michael Depetrillo
to the login action while > simultaneously > posting the email and password. > > Thanks in advance, > > kabel > -- Michael DePetrillo [EMAIL PROTECTED] Mobile: (858) 761-1605 AIM: klassicd www.michaeldepetrillo.com

Re: [fw-general] Calling actions from PHP-CLI

2007-06-30 Thread Michael Depetrillo
oper | [EMAIL PROTECTED] Zend - The PHP Company | http://www.zend.com/ -- Michael DePetrillo [EMAIL PROTECTED] Mobile: (858) 761-1605 AIM: klassicd www.michaeldepetrillo.com

Re: [fw-general] Thanks to Gavin Vess

2007-04-19 Thread Michael Depetrillo
: http://spreadsheets.google.com/pub?key=pMy3PL3bQqZqlteLWg43HDg Regards, Bill Karwin Product Engineering Manager Zend Technologies -- Michael DePetrillo [EMAIL PROTECTED] Office: (858) 926-5761 Mobile: (858) 761-1605 AIM: klassicd www.officeguild.com www.unitedautolenders.com www.michaeldepetrillo.com

Re: [fw-general] Zend_Auth/Zend_Acl questions

2007-04-14 Thread Michael Depetrillo
quot; " """"" " """""" "" " 202/258 Flinders Lane | Melbourne | Victoria | Australia | 3000 Voice +61 (0) 3 9654 4324 | Mobile 0438 046 061 | Fax +61 (0) 3 9654 4124 http://www.peptolab.com -- Michael DePetrillo [EMAIL PROTECTED] Office: (858) 926-5761 Mobile: (858) 761-1605 AIM: klassicd www.officeguild.com www.unitedautolenders.com www.michaeldepetrillo.com

Re: [fw-general] Zend Framework 0.9.2 release plan

2007-04-05 Thread Michael Depetrillo
ratulations and thanks to everyone who is contributing to this effort. We may do another Beta Release later in April, before we call it a 1.0.0 release candidate 1. It's not decided yet. Regards, Bill Karwin -- Michael DePetrillo [EMAIL PROTECTED]

[fw-general] map domain name to module

2007-03-31 Thread Michael Depetrillo
Hello Everyone Has anyone written any code to map a domain name to a specific module? I would like to be able to have a admin-specific-domain.com parked on top of my application and then route all requests to the admin module. -- Michael DePetrillo [EMAIL PROTECTED] Office: (858) 926-5761

Re: [fw-general] catching xml document errors with Zend_Rest_Client_Result

2007-02-27 Thread Michael Depetrillo
something just as annoying. Pádraic Brady http://blog.astrumfutura.com http://www.patternsforphp.com - Original Message From: Michael Depetrillo <[EMAIL PROTECTED]> To: Zend Framework General Sent: Tuesday, February 27, 2007 6:31:11 PM Subject: [fw-general] catching xml document err

[fw-general] catching xml document errors with Zend_Rest_Client_Result

2007-02-27 Thread Michael Depetrillo
C:\Users\mike\workspace\domain.com\library\Zend\library\Zend\Rest\Client\Result.php on line 44 Fatal error: Call to a member function xpath() on a non-object in C:\Users\mike\workspace\domain.com\library\Zend\library\Zend\Rest\Client\Result.php on line 71 -- Michael DePetrillo [EMAIL PROTECTED] Home: (

Re: [fw-general] multiple languages

2007-02-15 Thread Michael Depetrillo
mplate once and change the texts with language files. Best Regards Themis, Amstelveen -- Michael DePetrillo [EMAIL PROTECTED] Mobile: (858) 761-1605 AIM: klassicd

[fw-general] setCacheDir

2007-01-16 Thread Michael Depetrillo
me $cache->setCacheDir(APP_DIR . 'new/path'); // Undefined method -- Michael DePetrillo [EMAIL PROTECTED] Mobile: (858) 761-1605 AIM: klassicd

[fw-general] time out problem

2006-12-24 Thread Michael Depetrillo
criptPath("/home/mike/workspace/domain.com/public_html/views"); echo $this->view->render(" home.php"); } } -- Michael DePetrillo [EMAIL PROTECTED] Mobile: (858) 761-1605 AIM: klassicd -- Michael DePetrillo [EMAIL PROTECTED] Mobile: (858) 761-1605 AIM: klassicd

[fw-general] time out problem

2006-12-22 Thread Michael Depetrillo
ScriptPath("/home/mike/workspace/domain.com/public_html/views"); echo $this->view->render("home.php"); } } -- Michael DePetrillo [EMAIL PROTECTED] Mobile: (858) 761-1605 AIM: klassicd

Re: [fw-general] Error in dispatching with 'useModules' => true

2006-12-20 Thread Michael Depetrillo
up with the fatal error? I've changed my $ctrl->setControllerDirectory($config->zf->controllerDirectory); line with $ctrl->>setControllerDirectory($config->zf->controllerDirectory); $modules = array( 'front' => $config->zf->controllerDirectory, 'main' => $config->zf->controllerDirectory . "/Main" ); $ctrl->setControllerDirectory($modules); Now also http://my.space.com/ url results in a "Fatal error: Maximum execution time of 180 seconds exceeded in /home/devel/enabu/library/Zend/Controller/Dispatcher.php on line 563" Paolo. -- GPG key: 1024D/9C5AE886 2004-10-21 Paolo Casarini <[EMAIL PROTECTED]> -- Michael DePetrillo [EMAIL PROTECTED] Mobile: (858) 761-1605 AIM: klassicd

[fw-general] router problems

2006-11-26 Thread Michael Depetrillo
e the following line which is causing the behavior. Line 464: if ((null !== $baseUrl) && (false === ($pathInfo = substr($requestUri, strlen($baseUrl) - 1 { strlen($baseUrl) returns -1 making substr() take the last letter of $requestUri as $pathInfo. Here are the contents of the $_SERVER variable [SERVER_NAME] => site.dev [HTTP_HOST] => site.dev [REQUEST_URI] => /san_diego [SCRIPT_NAME] => /index.php [PHP_SELF] => /index.php -- Michael DePetrillo [EMAIL PROTECTED] Mobile: (858) 761-1605 AIM: klassicd

Re: [fw-general] revision 1863 controller front

2006-11-26 Thread Michael Depetrillo
Matthew Weier O'Phinney <[EMAIL PROTECTED]> wrote: -- Michael Patrick <[EMAIL PROTECTED]> wrote (on Saturday, 25 November 2006, 11:37 PM -0600): > Michael Depetrillo wrote: > > I have revision 1863 and the __construct() method of Zend_Controller_Front > > is priva

[fw-general] revision 1863 controller front

2006-11-25 Thread Michael Depetrillo
I have revision 1863 and the __construct() method of Zend_Controller_Front is private causing php 5.1.6 to throw a fatal error. How do you submit an issue to JIRA? -- Michael DePetrillo [EMAIL PROTECTED] Mobile: (858) 761-1605 AIM: klassicd

[fw-general] preserve column case with zend_db

2006-09-25 Thread Michael Depetrillo
Table {}$clients = new Clients();$results = $clients->fetchAll();echo $results->first_name; // Fatal error: Uncaught exception 'Zend_Db_Table_Row_Exception' with message 'column 'first_name' not in row echo $results->firstName // works ok-- Michael DePetrillo[EMAIL PROTECTED]Mobile: (858) 761-1605AIM: klassicd