RE: [PHP] shorter way to write include function?

2002-07-31 Thread John Holmes

No.

---John Holmes...

> -Original Message-
> From: Bas Jobsen [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 31, 2002 7:58 AM
> To: PHP General
> Subject: [PHP] shorter way to write include function?
> 
> Hello,
> 
> i have
> /include/dotest.php:
>  function dotest() {echo 'test';}
> ?>
> 
> and test.php:
>  include('/include/dotest.php');
> dotest();
> ?>
> 
> Us there a shorter way to write out that. I mean something like
> 
> include::dotest;
> 
> Thanks,
> 
> 
> 
> 
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] shorter way to write include function?

2002-07-31 Thread Bas Jobsen

Hello,

i have
/include/dotest.php:


and test.php:


Us there a shorter way to write out that. I mean something like

include::dotest;

Thanks,





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php