PHP, I mean. How did you learn? Would you have started some other way in hindsight? Is it better off going to a formal class, or can one learn on one's own with the aid of tutorials, VTC videos, etcetera?
I'm very interested in learning, and have plenty of time to commit to it, but I'm not quite sure where to start and I'd love it if someone could give me some tips regarding that.
What is the best way to learn?
Moderator: General Moderators
-
Broccolipants
- Forum Newbie
- Posts: 3
- Joined: Fri Dec 04, 2009 6:52 pm
Re: What is the best way to learn?
Grab a book, bookmark http://www.php.net, and just start playing. Learn how to set variables and arrays, how to manipulate them, and how control structures (if statements) work and what you can do with them. Then move on to the big toys like OOP.
- daedalus__
- DevNet Resident
- Posts: 1925
- Joined: Thu Feb 09, 2006 4:52 pm
Re: What is the best way to learn?
start with a project in mind. i wanted to make a front controller and then mvc framework before i knew what either of them were named.
i read the tutorial in the manual, then i read a lot of the manual.
it can be helpful to study techniques in other similar languages.
i read the tutorial in the manual, then i read a lot of the manual.
it can be helpful to study techniques in other similar languages.