Jump to content

Question about method Reference Coding Standard


ionik

Recommended Posts

...well I have never seen this done before and until now didn't think I twas entirely possible....

 

but i ran into a situation with referencing when working with the zend_framework

 

the solution was $this->form->$formLeft();

 

which $formLeft is a var reference to a method in the form class which is loaded automatically.

 

Is there any coding standard on this? I was wondering this after this worked

and if there is a standard what is it and Is this allowed?

 

I searched and came up with nothing...

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.