Jump to content

Where to begin?


msarro

Recommended Posts

Hello all, first post! :)

 

I have recently gotten interested in starting to learn PHP. The thing is, this is completely new for me. I have pretty much no knowledge about PHP (I began with C awhile ago, moved on to some very light C++ and then Java). So, I've been looking at most of the PHP tutorials online, and most seem to go through the normal steps of Hello world, Operators, Looping, etc. Well, one of the reasons why I was attracted to php was the OOP ability in php5. Trying to learn more about that has thrown me into things like MVC and other frameworks.. most of which I'm not very familiar with. Originally I started learning procedural programming a loooong time ago, and then when i tried to learn OOP it was nigh impossible to wrap my mind around - so I'm a bit nervous trying to learn php as a procedural language first because I don't want to run into the same issues. So, where do I get started? Some friends reccomended starting out using CakePHP, others have reccomended that I just play first with procedural php... I'm just not sure where to start to get to where I want.

 

So, whats the best order to start learning this stuff... OOP PHP, Procedural PHP, frameworks and design patterns... I feel lost.

Link to comment
https://forums.phpfreaks.com/topic/89387-where-to-begin/
Share on other sites

You need to learn the basics first.  There's plenty of good books that will teach you more than enough to get you going.  Read this thread:

 

http://www.phpfreaks.com/forums/index.php/topic,58799.0.html

 

OOP is definitely the wrong place to start.  In my eyes, if you don't feel you could (over time of course) understand and rewrite something yourself, then you should take a step back and learn what you don't know.  For example, if you couldn't write your own framework or don't even know what it is, then you need to learn what goes into it first, then actually study frameworks.

Link to comment
https://forums.phpfreaks.com/topic/89387-where-to-begin/#findComment-457732
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.