What do two colons mean in php?
Answer Posted / Premendra Kumar Singh
Two colons (::) in PHP are used to call a static method or access a constant of a class directly, without creating an instance of the class.
Post New Answer View All Answers
How you can set module name, controller name, and action name in zend framework?
307
Explain filters in zend framework with examples?
225
How to render zf2 view within json response?
342
How to call two different views from same action?
302