Jump to content

Which Version Of PHP Should I Learn


Recommended Posts

Guest Brian
Posted

Now that I've got all my .NET Programming Language covered and Mastered, Im ready to start learning PHP. Tomorrow Im going to Microcenter and picking up some books.

Which type of programming should I learn? OOP, Standard?

Let me know.

  • Administrators
Posted

Now that I've got all my .NET Programming Language covered and Mastered, Im ready to start learning PHP. Tomorrow Im going to Microcenter and picking up some books.

Which type of programming should I learn? OOP, Standard?

Let me know.

Any OO stuff you learned in .NET should directly translate to PHP, in terms of static functions, public/private/protected classes. All those things. PHP books, I'm not sure. I always used the PHP manual. What I learned in C++ had pretty much directly translated to PHP.

What would be more useful are learning design patterns and conceptual things. Syntax differs, but conceptually things remain the same. Important ones are factory, singleton, abstract. Some design methods like MVC and HMVC are also important concepts. Most frameworks are based on the front-controller MVC format, including Codon, which phpVMS is written on. It's MVC with a front-controller (MainController), which then routes to subcontrollers (modules).

http://en.wikipedia....uter_science%29

Guest Brian
Posted

I see, I wont be at WSU For Computer Science, But for Computer/Software Engineering (CAsE). So for PHP, I should go directly to OOP Style?

  • Administrators
Posted

There's no one single OOP style. You have to learn the language and syntax. Most of OOP is part of design patterns. Those are included in any CS programs.

  • 3 weeks later...
Posted

You really have to know the php language before applying it to any sort of OOP.

If you try to learn OOP as you go along, it can get confusing.

Once you know the php syntax, you can then apply it to OOP.

I recommend php/mysql for dummies by Janet Valade, that's where my journey started.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...