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

Reply via email to