Hi All
Well, I've read lots of tutorials and books to get familiar with new OOP concepts in PHP. Now I am familiar with 4 key concepts of OOP, also I have learned a lot about PHP design patterns (Singleton, Database, Strategy, Factory, etc).
Now I was asked to work on a large application. Maybe in the next future, more that one people works on it. And I think it's now time for using whatever I've learned. But I don't know where and how can I start.
I have divided my application into three sections, a database layer, a presentation layer (which will be implemented by Smarty), and the logic. But for logic itself, how do I must start? I need something to help me design my framework. Is there any tutorial available for this mean?