All Questions
2 questions
4
votes
1
answer
1k
views
PHP Application layers
I'm dealing with design layers of an application. Basically what I've so far are:
Business
Architecture: Client-Server
Techonologies: PHP+MySQL, HTML5, JS, 3rd parties APIs
My app
Data Sources: MySql ...
4
votes
1
answer
6k
views
What is the correct way to set up my classes in OOP programming in PHP?
Let me start with a little introduction. I am in the process of learning OOP in PHP. I have also researched Design Patterns but have not yet fully grasped the different types of concepts. I am at the ...