Page 1 of 1

Some one help me about reading code.

Posted: Tue Sep 21, 2010 1:19 am
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:

Re: Some one help me about reading code.

Posted: Tue Sep 21, 2010 7:53 am
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.