On Sat, Aug 23, 2003 at 11:15:34PM +0200, Matthias Nothhaft wrote:
> $_MYFW->method_a(); is nicer than $GLOBALS['_MYFW']->method_a();
> and also shorter for vars u're using very often...

global $_MYFW;
works fine there.

> Regards,
> Matthias

-- 
Regards,
Stefan Walk
<[EMAIL PROTECTED]>

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to