[development] when we run out of characters

drupal vlado at dikini.net
Thu May 18 08:01:17 UTC 2006


> function theme::myhook($var, $var, $var) {
> 
> 
> }
> 
> In php ?
no. not on classes. php doesn't have prototype inheritance like
javascript.

only on objects. and that is a bit weird because variables and
functions/methods live (syntax wise) in different environments.
that's why $object->$method()  :(



More information about the development mailing list