llkaark.blogg.se

Php 3 tier whatsapp login
Php 3 tier whatsapp login













)Īs you can see, I'm trying to understand how things work, and the best way to do things. Should the presentation layer be used JUST for presenting the data, the accessor layer used JUST to get the data, and all the work be done in the business layer?Īlso, speaking of the different layers, is it best to do things procedurally, or using OOP ( like using includes to show the templates vs using a class to include the templates, validating data procedurally vs using a class, or functions vs classes for getting the data from the database, etc. Should I use the business layer to simply pass the data to the presentation layer, or just get the information from the database directly within the presentation layer.

php 3 tier whatsapp login

Example, Lets say I'm building an application that shows user information (from the database) on the presentation layer.

php 3 tier whatsapp login

When building Multi-Tier applications in PHP, does everything have to be done in the Business Logic layer, or can any layer do work.

php 3 tier whatsapp login

I have a specific question, that could use a general answer.















Php 3 tier whatsapp login