Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. Linux, Apache, MySQL, PHP
  4. OOP in PHP

OOP in PHP

Scheduled Pinned Locked Moved Linux, Apache, MySQL, PHP
phpooptutorialquestion
14 Posts 8 Posters 36 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Anurag Gandhi

    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.

    P Offline
    P Offline
    Peter_in_2780
    wrote on last edited by
    #4

    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

    M 1 Reply Last reply
    0
    • A Anurag Gandhi

      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.

      U Offline
      U Offline
      User 12754620
      wrote on last edited by
      #5

      thanks for your response

      1 Reply Last reply
      0
      • A Anurag Gandhi

        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.

        A Online
        A Online
        Afzaal Ahmad Zeeshan
        wrote on last edited by
        #6

        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 !~

        1 Reply Last reply
        0
        • U User 12754620

          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

          A Online
          A Online
          Afzaal Ahmad Zeeshan
          wrote on last edited by
          #7

          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 !~

          U 1 Reply Last reply
          0
          • A Afzaal Ahmad Zeeshan

            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 !~

            U Offline
            U Offline
            User 12754620
            wrote on last edited by
            #8

            thanks ...its really helpful

            1 Reply Last reply
            0
            • A Anurag Gandhi

              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.

              K Offline
              K Offline
              kribo
              wrote on last edited by
              #9

              Sorry dude but php is OOP

              Kribo

              A 1 Reply Last reply
              0
              • U User 12754620

                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

                K Offline
                K Offline
                kribo
                wrote on last edited by
                #10

                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

                U 1 Reply Last reply
                0
                • K kribo

                  Sorry dude but php is OOP

                  Kribo

                  A Offline
                  A Offline
                  Anurag Gandhi
                  wrote on last edited by
                  #11

                  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.

                  1 Reply Last reply
                  0
                  • K kribo

                    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

                    U Offline
                    U Offline
                    User 12754620
                    wrote on last edited by
                    #12

                    thanku .. i'll check

                    1 Reply Last reply
                    0
                    • P Peter_in_2780

                      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

                      M Offline
                      M Offline
                      Minh Tinh
                      wrote on last edited by
                      #13

                      This Topratingapps.com[Topratingapps.com] run on PHP 5.4. Take a review

                      1 Reply Last reply
                      0
                      • U User 12754620

                        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

                        M Offline
                        M Offline
                        Member_14166831
                        wrote on last edited by
                        #14

                        I learned PHP OOP here. It's quite good as it has many examples. PHP Object Oriented Programming Tutorial for Beginners[^]

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • World
                        • Users
                        • Groups