On Tue, 13 May 2008, Alexandru Stanoi wrote:

> +Example of a new module type::
> +
> +    class mySlashHandler extends ezcFeedModule
> +    {
> +        // schema which defines the elements (at feed and item level) used 
> by this module
> +        protected $schema = array(
> +            'feed' => array(),
> +            'item' => array( 'elementName' => array( '#' => 'string' ),
> +                         ) );

If we're exporting new stuff that defines a schema, we should definitely 
come up with a different way of specifying it. 

regards,
Derick
-- 
Components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/components

Reply via email to