Re: [PHP-DEV] Reducing the number of system calls for includes

2003-01-25 Thread Miham KEREKES
of course, if you rely heavily on dynamic includes where the filename is determined at run-time. WKO preprocessing do you think? Miham. -- * * Miham KEREKES * Szegedi Tudomnyegyetem Egyetemi Knyvtr * *[ [EMAIL

[PHP-DEV] Practical question

2003-01-25 Thread Miham KEREKES
finally is: What is that filesize, above which is _recommended_ to split files into parts? Thanks, Miham. -- * * Miham KEREKES * Szegedi Tudomnyegyetem Egyetemi Knyvtr * *[ [EMAIL PROTECTED

Re: [PHP-DEV] PHP Beginner

2002-11-28 Thread Miham KEREKES
I'm a beginner in PHP. I'm looking for ressources (templates, samples, ...) which can help me. Where can I find it. Maybe you post to wrong mailing list. At this list the subject is developing the php, not developing _in_ php. I suggest you to look around at

[PHP-DEV] call_stack

2002-11-27 Thread Miham KEREKES
RTFM is ok. Thanks, Miham KEREKES. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] call_stack

2002-11-27 Thread Miham KEREKES
Is there a concensus on how arguments should be printed out? I'm shooting right now for a 'cluck' style backtrave class::function() called at file:line Perhaps class::function() called at file:line Arguments: print_r(args) ?? Well, probably the following: class::function()