PHP programming having some limitations when you go for the big projects, in multi-tier OOP base projects have to fast and to be in scale. Some of them are mentioned here:- Loose typecastingYou are free to deal with manual typecasting in php programming for variables but it wants some times for large project or web site development decisions and that is all the way with you.
- Passing by copy, not by reference as standardSometimes you have to pass values through object not by reference then ($myObj = &new myClass ( )) this type of conditions in any programming (ASP programming and .NET programming) where you do not get the output.
- Declaration of private variables & methods in classesAny programmer can modify the contents of the inside a class any time he wants.
- Multiple inheritancesYou are allow to extend only one class.
- Lack of an application-scoped object/namespaceYou are not allow to store sessions data comparing to the ASP programming and .NET programming and every user use it without external storage.
- In multi-tiered OOP concept based programming languages like ASP programming and .NET programming, in that you have to send many files to run-time compiler if you are not very keen to do it
This issue is related to high performance and scaling aspects. There are several un-wanted code parse time of output.
1 Comment:
Just visit web site design for web programming information.
Post a Comment