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 |
What is polymorphism in php?
What is difference between ksort() and usort() functions.
What are the advantages of indexes in php?
Steps for the payment gateway processing?
Explain include(), include_once, require() and require_once?
Which function is used in php to check the data type of any variable?
Can we set session value in javascript?
What type of headers have to add in the mail function in which file a attached?
What is happening in the following code $objA = new A(); // A is a class $objB = $objA;
What does it mean when it says the csrf token is invalid?
How do I stop a php script?
Can I learn laravel without php?