[fw-general] SlideShare

2007-11-07 Thread John Coggeshall
For those who are interested the SlideShare code itself can also be found in the lab repos: http://framework.zend.com/svn/laboratory/library/Zend/Service John

[fw-general] New Proposal: Zend_Service_SlideShare

2007-11-07 Thread John Coggeshall
Hello all: I've put together a new proposal for a service component which allows you to interact with the SlideShare (http://www.slideshare.net/) services. I developed the component myself already for use on my web site however with a little polish it would be an excellent Framework component. Y

[fw-general] New Microsoft Cardspace Proposal

2007-08-30 Thread John Coggeshall
edback you have, although I'll be the first to admit it is a long read! http://framework.zend.com/wiki/display/ZFPROP/Zend_CardSpace Cheers, John -- John Coggeshall Architect, Global Services Zend Technologies [EMAIL PROTECTED]

[fw-general] Zend_Pdf Rev 5376 Broke my PDF Generation

2007-06-21 Thread John Coggeshall
Hey guys... I really would love to be able to provide a patch for this and/or report a bug with a reproducible test case but I simply don't have time to track it down at the moment. But The resource management fix in commit 5376 broke my PDF Generation.. I can't provide the code because its not

RE: [fw-general] Zend Framework Cli Tool

2007-06-20 Thread John Coggeshall
--Original Message- From: Andi Gutmans [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 20, 2007 2:13 PM To: till; Nico Edtinger Cc: unknownman; fw-general@lists.zend.com Subject: RE: [fw-general] Zend Framework Cli Tool Primitius is not an official Zend Framework initiative. We provide John Cogge

RE: [fw-general] Re: Do we really need Zend::exception()?

2006-12-18 Thread John Coggeshall
y from the exception base class in a factory model (I believe it can) then that makes the most sense. John -- John Coggeshall Team Lead NA Pro. Services Zend Technologies > -Original Message- > From: Ralph Schindler [mailto:[EMAIL PROTECTED] > Sent: Monday, December 18, 2006 1:

RE: [fw-general] Re: Do we really need Zend::exception()?

2006-12-18 Thread John Coggeshall
Exception() base doesn't include the method, but the properties ($e->line, and $e->file I *believe*, check the docs) are protected so you should be able to implement your own setFile() and setLine() methods from the extended Zend_Exception. John -- John Coggeshall Team Lead NA Pr

RE: [fw-general] Re: Do we really need Zend::exception()?

2006-12-18 Thread John Coggeshall
You could solve this with a little more inconvient coding yes? Function exception($line, $file) { $exp = new Zend_Exception(); $exp->setLine($line); $exp->setFile($file); } Throw Zend::exception(__LINE__, __FILE__); -- John Coggeshall Team Lead NA Pro. Service

RE: [fw-general] ZFApp project renamed to Primitus

2006-09-22 Thread John Coggeshall
, and I love the name :) On 9/21/06, John Coggeshall <[EMAIL PROTECTED]> wrote: For the sake of clarity, the ZFApp project has been renamed to Primitus.Those who have already subscribed to the ZFApp mailing list have already been automatically subscri

[fw-general] ZFApp project renamed to Primitus

2006-09-21 Thread John Coggeshall
For the sake of clarity, the ZFApp project has been renamed to Primitus. Those who have already subscribed to the ZFApp mailing list have already been automatically subscribed to the new mailing list. I'll have Urls shortly for you regarding the tracker, etc. Cheers, John

[fw-general] New ZFApp mailing list

2006-09-19 Thread John Coggeshall
Hey all: For those of you who are interested in ZFApp's continued development and direction, Zend has been gracious enough to provide the project with its own mailing list as part of the ZF Lab. You can subscribe to it by sending an e-mail to [EMAIL PROTECTED] Coming soon will be a Wiki / web si