What do you mean by design patterns (php) ?
Answer / amitverma
Design Patterns are PROVEN Object Oriented Solutions to
some commonly existing problems. Design Patterns are
basically used for recurring problems.
| Is This Answer Correct ? | 7 Yes | 2 No |
What does odbc do in context with php?
What will the ?getdate() function returns in PHP?
What should be the length of variable for SHA256?
What is php glob?
Suppose your zend engine supports the mode <? ?> Then how can you configure your php zend engine to support <?php ?> Mode ?
what is difference between edit and update?
How is it possible to know the number of rows returned in result set?
So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?
How can we submit from without a submit button?
Why do you need to filter out empty files?
Explain what is the static variable in function useful for?
How to reset/destroy a cookie?