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
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
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]
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
--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
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:
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
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
, 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
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
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
11 matches
Mail list logo