tags:

views:

48

answers:

2

I want to develop my php project using oop concepts.I read many tutorials.But i can't understand how to implement those are in my project. Plz help me.

Thanks in advance Bhavyasri

+2  A: 

For you to be able to develop your application completely in OOP, you need to know the OOP well. Assuming you know that, there are various design patterns that you can use according to your application requirements.

See these resources:

A great book to read:

alt text

Sarfraz
Nice answer. +1
Pekka
+1  A: 

Whatever it is that you're trying to do, I'd also make myself familiar with frameworks, e.g. Zend Framwork or symfony.

... start you project, and as soon as your questions are more specific, the answers will be, too.

Select0r