Some one help me about reading code.

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
pkphp
Forum Newbie
Posts: 12
Joined: Mon Sep 20, 2010 1:20 am

Some one help me about reading code.

Post by pkphp »

I have been studying PHP for a long time. I can write a simple PHP guestbook now. But you know, it's so so so simply, even the green hand can attack on my site.

I want to improve my PHP skill, so i decide to read a big php program such as a shopping cart. Finally i choose the cart Eclime.

But when i read the code, i find it's so difficult for me to understand it. Maybe i am in the wrong way to study PHP.

Anyone tell me what i should do now ... :banghead: :banghead:
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: Some one help me about reading code.

Post by josh »

Could you post some code that you find hard to understand? Find the smallest example and try to explain to use which parts are confusing. There is certain language syntax you may just need to learn. Or the code in question may just be crappy (unreadable) code in the first place.
Post Reply