Re: [Components] not register an object

2008-10-24 Thread Derick Rethans
On Mon, 20 Oct 2008, eddier waldir gallego rios wrote: > here it does not continue the execution > $plugin = new ezcWorkflowSignalSlotPlugin; For some reason the component wasn't part of the package - I've reuploaded the zip and tar.gz files now, with the WorkflowSignalSlotTiein in there. rega

[Components] not register an object

2008-10-20 Thread eddier waldir gallego rios
hello everybody when I run the application it does not register the object (ezcWorkflowSignalSlotPlugin) and not continue the execution require('/libworkf/Base/src/ezc_bootstrap.php'); $signals = new ezcSignalCollection;$receiver = new MyReceiver; $signals->connect( 'afterExecutionStarted',