[Cartoweb-users] Filter Error
Alexandre Saunier
alexandre.saunier at camptocamp.com
Wed Oct 4 12:09:32 EDT 2006
Try
public function handleHttpGetRequest($request) {}
(the argument was missing).
By the way it seems that your class is named ClientFilters whereas your
plugin is "filtro" => classname should be ClientFiltro.
Adriano Hantequeste Gomes wrote:
> Hello,
>
> Sorry but i think understand. I put this code in ServerFiltro.php
>
> public function initializeResult() {}
>
> public function handleResult() {}
>
>
> And this code in ClientFiltro.php
>
> public function handleHttpGetRequest() {}
>
> But return this error:
>
>
> Fatal error: Declaration of ClientFilters::handleHttpGetRequest() must
> be compatible with that of GuiProvider::handleHttpGetRequest() in
> C:\wamp\www\cartoweb3\plugins\filtro\client\ClientFiltro.php on line 3
More information about the Cartoweb-users
mailing list