What is the rationale behind using $request->getQuery() vs using $_GET
directly?

is getQuery() there to provide an Object Oriented way of accessing $_GET, or
is there more to it?

Because from initial testing ... I do not see much different except the
syntax.
And the ability to use default value, i.e getQuery('var', 'default');



--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/on-getQuery-tp4662135.html
Sent from the Zend Framework mailing list archive at Nabble.com.

-- 
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to