Re: [fw-general] Dojo capturestart/end inserting a '1'

2008-10-08 Thread Ken Petri
Alessandro Camilli wrote: > > > > Ken Petri wrote: >> >> When I use any capturestart/captureend for rendering out content panes, >> accordion panes, etc., There is a '1' inserted into the div for the >> widget. Is there a way to suppress this?

[fw-general] Dojo capturestart/end inserting a '1'

2008-10-07 Thread Ken Petri
When I use any capturestart/captureend for rendering out content panes, accordion panes, etc., There is a '1' inserted into the div for the widget. Is there a way to suppress this? Thanks! -- View this message in context: http://www.nabble.com/Dojo-capturestart-end-inserting-a-%271%27-tp1987291

Re: [fw-general] Basic dojo help and programmatic dojo example

2008-09-05 Thread Ken Petri
Thank you. This interchange was extremely helpful for me. You and the others working on ZF are doing a fantastic job modernizing PHP coding practices. And this Nabble forum is a great support system. Matthew Weier O'Phinney-3 wrote: > > -- Ken Petri <[EMAIL PROTECTED]> wrote

Re: [fw-general] Basic dojo help and programmatic dojo example

2008-09-05 Thread Ken Petri
emerging best practices? Again, thanks for you time on this. - ken Matthew Weier O'Phinney-3 wrote: > > -- Ken Petri <[EMAIL PROTECTED]> wrote > (on Thursday, 04 September 2008, 01:54 PM -0700): >> I need some (I hope) very basic help in getting dojo up and working an

[fw-general] Basic dojo help and programmatic dojo example

2008-09-04 Thread Ken Petri
I need some (I hope) very basic help in getting dojo up and working and some notion of how to do not have to use the declarative syntax would also be great. Here are the contents of the files in question: bootstrap.php: - setControllerDirectory('../application/controllers'); $frontCo

Re: [fw-general] Zend_Tool working in 1.6 RC3?

2008-08-29 Thread Ken Petri
ve a new > quickstart that I posted to the previously mentioned yahoo group that > supersedes the Quickstart in the wiki currently. > > In either case, the code in the lab is updated and should work on windows > now. If you have a chance to check it (I just did as well), that would be >

[fw-general] Zend_Tool working in 1.6 RC3?

2008-08-27 Thread Ken Petri
When I try to run Zend_Tool (following the Zend Tool Quickstart on the Zend Framework Community wiki), I get the following errors: Fatal error: Uncaught exception 'Zend_Exception' with message 'Security check: Illegal character in filename' in C:\wamp \phpinc\ZendFramework-1.6.0RC3\library\Zend\L

[fw-general] Online payment components in ZF?

2008-04-02 Thread Ken Petri
Hi, Has anyone written classes/components to communicate with any of the online payment services, such as Authorize.net or Amazon Flexible Payment? Or does anyone have any advice on this? It looks like there was a Zend_Payment component proposed a while back, but there seems to be no further mov

Re: [fw-general] loading non-ZF classes using autoloader

2008-01-09 Thread Ken Petri
Matthew Weier O'Phinney-3 wrote: > > I can't be certain, as I don't know the DOMPDF code, but you should be > able to load it as an additional spl_autoload handler: > > require_once 'Zend/Loader.php'; > require_once 'path/to/file/containing/DOMPDF_autoload...'; > Zend_Loader::regist

[fw-general] loading non-ZF classes using autoloader

2008-01-08 Thread Ken Petri
I would like to use DOMPDF with Zend Framework. DOMPDF has its own autoloader (called "DOMPDF_autoload") that loads necessary class files so the user can instantiate the main DOMPDF class (called, yes, you guessed it, DOMPDF). I have the DOMPDF files in a directory called "library" at the root o