learning

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Daniyal
Forum Newbie
Posts: 14
Joined: Tue Jul 19, 2016 4:08 am

learning

Post by Daniyal »

hello
anyone tell me about classes in php ? or gow it used ?
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: learning

Post by requinix »

Sounds like you need to learn about object-oriented programming first. It's more complicated a subject than can be taught on a forum like this. It's going to take you time - probably more than just a day or two.

After you understand it, then you can worry about how PHP implements it.
Daniyal
Forum Newbie
Posts: 14
Joined: Tue Jul 19, 2016 4:08 am

Re: learning

Post by Daniyal »

thnx man
Post Reply