can anyone explain oops concept in php or give website to
learn this concept clearly?
Answer Posted / mansur
u can refer here
http://in.php.net/zend-engine-2.php
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
What is php dependency injection?
How to write the form tag correctly for uploading files?
Tell me what the difference between the 'bitwise and' operator and the 'logical and' operator?
What are different types of Print Functions available in PHP?
What is $this in php?
Could we start a variable with number like $4name?
Is multilevel inheritance possible in php?
What is the meaning of ‘escaping to php’?
Declare a new variable in php equal to the number 3;
What is design pattern? Explain all including singleton pattern?
How can I learn php fast?
Why do we need session?
How can you retrieve data from the mysql database using php?
How to set cookies?
How we load all classes that placed in different directory in one php file , means how to do auto load classes.