Is PHP still basically Procedural Overall?
        Posted  
        
            by coffeeaddict
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by coffeeaddict
        
        
        
        Published on 2010-06-07T04:01:51Z
        Indexed on 
            2010/06/07
            4:12 UTC
        
        
        Read the original article
        Hit count: 320
        
php
|programming-languages
I know PHP 5 has some object oriented similarities but it's not a true OOP environment still right? Also does it have a true compiler? I see compiling of scripts which still means procedural. I assume it's not a real compiler in that any PHP compilers out there do not create assemblies?
© Stack Overflow or respective owner