Is PHP functional or object oriented?
Is PHP functional or object oriented? Yes, the latest versions of PHP are object oriented. That is, you can write classes yourself, use inheritance, and where appropriate, the built in functionality is built in objects too (like MySQL features). And yes CakePHP is an object oriented framework. What do you mean by agent Oriented Programming? […]