OOP in PHP
-
AFAIK, PHP is a server side scripting language. If you want to move to Object Oriented programming, its better to try .net (C#) or Java. You will get a lot of examples over the internet.
Life is a computer program and everyone is the programmer of his own life.
thanks for your response
-
AFAIK, PHP is a server side scripting language. If you want to move to Object Oriented programming, its better to try .net (C#) or Java. You will get a lot of examples over the internet.
Life is a computer program and everyone is the programmer of his own life.
Object-oriented-ism is a concept, not a tool. Any platform can have it if they start following the rules of Object-oriented programming - Wikipedia[^]. Secondly, C# is not a pure object-oriented language either, it just uses the concepts.
The shit I complain about It's like there ain't a cloud in the sky and it's raining out - Eminem ~! Firewall !~
-
hy everybody. I have learn basics in PHP i want to stronger my Object Oriented Concepts In PHP. Kindly guide me Tutorials . And what project will be suitable for me to learn things quickly and smartly .... i.e e-commerce or else?? ? thanks in advance
Did you try to Google? A simple Google for "oop in php" would have yielded the following, Object Oriented Programming in PHP[^].
Quote:
And what project will be suitable for me to learn things quickly and smartly .... i.e e-commerce or else?? ?
I recommend build applications for your own use. Your own online notes keeping application, your online to-do list, etc. This gives a flexible time to learn and experiment.
The shit I complain about It's like there ain't a cloud in the sky and it's raining out - Eminem ~! Firewall !~
-
Did you try to Google? A simple Google for "oop in php" would have yielded the following, Object Oriented Programming in PHP[^].
Quote:
And what project will be suitable for me to learn things quickly and smartly .... i.e e-commerce or else?? ?
I recommend build applications for your own use. Your own online notes keeping application, your online to-do list, etc. This gives a flexible time to learn and experiment.
The shit I complain about It's like there ain't a cloud in the sky and it's raining out - Eminem ~! Firewall !~
thanks ...its really helpful
-
AFAIK, PHP is a server side scripting language. If you want to move to Object Oriented programming, its better to try .net (C#) or Java. You will get a lot of examples over the internet.
Life is a computer program and everyone is the programmer of his own life.
-
hy everybody. I have learn basics in PHP i want to stronger my Object Oriented Concepts In PHP. Kindly guide me Tutorials . And what project will be suitable for me to learn things quickly and smartly .... i.e e-commerce or else?? ? thanks in advance
YO dude... If you wanna master PHP - OOP - MVC then I sugest to try creating your own Php - Mvc - Framework. And if you need some idea of what one looks like have a look at the one I created for the same reason. You can download the source code from bitbucket. bitbucket And if you can improve it even better... So dude have @ it.... kribo @ ScorpioCoding
Kribo
-
Yeah I got a response long back. Thanks for confirming it again.
Life is a computer program and everyone is the programmer of his own life.
-
YO dude... If you wanna master PHP - OOP - MVC then I sugest to try creating your own Php - Mvc - Framework. And if you need some idea of what one looks like have a look at the one I created for the same reason. You can download the source code from bitbucket. bitbucket And if you can improve it even better... So dude have @ it.... kribo @ ScorpioCoding
Kribo
thanku .. i'll check
-
Welcome to 2004.
Quote from Wikipedia:
On July 13, 2004, PHP 5 was released, [...] PHP 5 included new features such as improved support for object-oriented programming, ...
and it's advanced a lot more since then.
Software rusts. Simon Stephenson, ca 1994. So does this signature. me, 2012
This Topratingapps.com[Topratingapps.com] run on PHP 5.4. Take a review
-
hy everybody. I have learn basics in PHP i want to stronger my Object Oriented Concepts In PHP. Kindly guide me Tutorials . And what project will be suitable for me to learn things quickly and smartly .... i.e e-commerce or else?? ? thanks in advance
I learned PHP OOP here. It's quite good as it has many examples. PHP Object Oriented Programming Tutorial for Beginners[^]