What do two colons mean in php?
Answer / 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.
| Is This Answer Correct ? | 0 Yes | 0 No |
I want to use a sql function or perform calculations in a statement I'm generating with zend_db_select. How can I do this?
How to make pdo run set names utf8 each time I connect, in zendframework?
Explain what is being presented by the decorators?
Difference between zend_registry and zend_session?
What should I know about the zend framework cla before submitting it?
Explain routing in zend framework?
How to write a program to show the function of action helper?
Tell me what are the ways in which the file can be detected as being uploaded or not?
What is zend framework?
What is front controller in zend framework?
I am a minor (under 18 years of age). Who should sign my cla?
How to create model file in zend framework?