can anyone explain oops concept in php or give website to
learn this concept clearly?
Answers were Sorted based on User's Feedback
Answer / sanjeev
Yes we can use oops concept in PHP ,its slow down the
execution of code but gives the reusability of code.
| Is This Answer Correct ? | 20 Yes | 7 No |
Answer / mansur
u can refer here
http://in.php.net/zend-engine-2.php
| Is This Answer Correct ? | 3 Yes | 5 No |
Explain a resource?
Explain how is it possible to cast types in php?
Why do we use hooks?
Is there a way to encrypt text from php?
Suppose your Zend engine supports the mode <? ?> Then how can u configure your PHP Zend engine to support <?PHP ?> mode ?
What is difference between get and post?
i have saved the password in encrypted format in database. now i want how to retrive the password in decrypted format.
What is the purpose of basename() function in PHP?
Tell me how is it possible to parse a configuration file?
How to generate a form?
What are constructor and destructor in PHP?
What is difference between array_merge and array_combine in php?