Steven

If you mean faster, no they are not. But it's irrelevant, the difference is
next to nothing, definitely not worth breaking OO design. If you're looking
for optimisations start with
http://framework.zend.com/manual/en/performance.html

Cheers


O'BRIEN, Steven X wrote:
> 
> Hi All,
> 
> Just a quick question regarding zend helper classes. Are these more
> efficient than using standard php object static methods
> 
> For example in a view script to get the baseUrl.
> 
> The helper version might look like:
> $this->baseUrl();
> 
> The object static function might look like:
> App::baseUrl();
> 
> cheers
> 
> Steven O'Brien
> Systems Engineer (modelling)
> Modelling & Simulation - EDLIS
> Airbus UK
> 
> **********************
> 
> *Phone: +44 (0)11 79 36 15 92
> *Mobile: +44 (0)78 94 29 44 69
> * Mailto:steven.x.obr...@airbus.com
> 
> 
> 
> This e-mail and any attachment may contain confidential and/or privileged
> information. If you have received this e-mail and/or attachment in error,
> please notify the sender immediately and delete the e-mail and any
> attachment from your system. If you are not the intended recipient you
> must not copy, distribute, disclose or use the contents of the e-mail or
> any attachment. 
> All e-mail sent to or from this address may be accessed by someone other
> than the recipient for system management and security reasons or for other
> lawful purposes. 
> Airbus UK Limited is registered in England and Wales under company number
> 3468788. The company's registered office is at New Filton House, Filton,
> Bristol, BS99 7AR.
> 
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/zend-_helpers-vs.-static-functions-tp22033862p22034485.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to