Re: [PHP] classes v. functions

2003-07-23 Thread Sam Baum
Hi, am Wednesday 23 July 2003 11:48 schrieb Joel Rees: (You know that $accesses-count and $accesses-resetCounter() are at least declared in the same class declaration. $accesses_count and accesses_resetCounter() could be declared in entirely unrelated include files for entirely different

[PHP] Re: Passing Serialized Array via Hidden field

2003-07-21 Thread Sam Baum
am Monday 21 July 2003 09:24 schrieb Andrei Verovski: I am need to pass serialized assotiative array via form hidden field (not GET or POST). What does this mean? If you dont use GET or POST your form cant be submitted. In order to do it, I did the following:

[PHP] Re: classes v. functions

2003-07-19 Thread Sam Baum
Hi, am Friday 18 July 2003 23:08 schrieb Andu: This may show my ignorance or my refusal to take for granted something I don't fully understand but I have a hard time figuring out the advantage of using classes as opposed to just functions. I am certainly new to php and at first sight classes

Re: [PHP] Re: classes v. functions

2003-07-19 Thread Sam Baum
Hi there, am Saturday 19 July 2003 16:30 schrieb Curt Zirzow: Sam Baum [EMAIL PROTECTED] wrote: Hi, am Friday 18 July 2003 23:08 schrieb Andu: This may show my ignorance or my refusal to take for granted something I don't fully understand but I have a hard time figuring out

[PHP] How to address __FILE__ constant in extensions?

2003-07-16 Thread Sam Baum
Hi there, i am not getting it. How can I read out the magical __FILE__ constant inside an _extension_ (a loadable module) ? Its not in symbol_table, so where is it? bg Sam -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php