Re: [PHP] php5 and object

2004-07-28 Thread Stephen Sadowski
http://us4.php.net/manual/en/language.oop5.abstract.php The short is that you can't do anything more than define a function in an abstract class. IIRC, change abstract to interface, and you'll probably be okay. On Wed, 28 Jul 2004 21:18:26 +0200, Krzysztof Gorzelak [EMAIL PROTECTED] wrote:

Re: [PHP] PHP-5 book

2004-07-21 Thread Stephen Sadowski
Can someone advise me of a very good PHP-5 book. [snip] I've been using Zeev Leon Atkinson's _Core_PHP_Programming_ since 5beta1 was out. It was extremely helpful, and I still refer to it on a regular basis. Just ignore the section on namespace support, if they haven't had a revised printing

Re: [PHP] OT but need guidance in timing page views

2004-07-19 Thread Stephen Sadowski
I know that this is somewhat off topic, but I just need a starting place to do the research and thought someone here might be able to help. I am developing an application in which I need to time how long a visitor remains within a module and how long they view each page. It seems like alot of