|
Posted by SirDarckCat on 02/07/07 00:58
On Feb 6, 7:40 am, Michael Fesser <neti...@gmx.de> wrote:
> .oO(SirDarckCat)
>
> >I have made a PHP class for making bots and webmessengers with PHP.
> >[...]
>
> Just some short notes after having a quick look at the beginning of the
> class:
>
> * You don't have to use your own urlencode() function, rawurlencode()
> exists.
>
> * The Event() method is really ugly because of the fixed-length argument
> list and the use of eval(). It can be written shorter and more elegantly
> by using func_get_args() and call_user_func_array().
>
> Micha
Hi Mitcha!
I will take into consideration the 2 functions for handling events, I
didnt new about their existance :P, about the rawurlencode function,
it will be implemented ASAP, thanks a lot :D.
Greetz!!
Navigation:
[Reply to this message]
|