answersLogoWhite

0

Does PHP follow 3-tier architecture

Updated: 8/17/2019
User Avatar

Wiki User

13y ago

Best Answer

PHP is a scripting language and does not follow a 3-tier architecture. However, there are several popular frameworks which follow the MVC architecture:

  • Zend Framework
  • Cake
  • Symfony
  • CodeIgniter
User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Does PHP follow 3-tier architecture
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is 2 tier architecture in PHP?

Client-Server model is a form of 2 Tier architecture in PHP. With use of database it becomes a 3 Tier architecture


Are there any performance benefits over using PHP as opposed to ASP?

PHP code runs faster than ASP. ASP is built on COM based architecture, which is an overhead for the server whereas PHP code runs in its own memory space.


Where is php applied?

Primarily it is applied for creating web applications and websites which deal with client-server model. Use mysql db with php and you could build a three tire architecture. Couple of big website like Facebook do use php.


Who was Philotas?

Follow this link http://www.livius.org/phi-php/philotas/philotas.htm


How do you make a document in PHP about image manipulation?

I have had a lot of experience with image modification modules with PHP. In order to perform image manipulation in PHP you need an image processing module installed such as GD2 or imagemagik. GD2 comes with PHP and can be installed fairly easily if it is not already installed. You can follow the PHP GD manually for the usage of these functions.


How do you Count node left and Right for binary tree using PHP Codeigniter?

First you will need a PHP codeigniter to configure the proper equation. Then follow the steps very carefully.


How do you install PHP on a Mac?

First install a webserver such as apache.Then download and unpack the PHP source for Unix/Linux.Open apache's httpd.conf and enable the PHP5 module and specify the location of PHP. There should be sample lines to uncomment within this file


What is 10 percent in Php 250?

Answer: Php 2510% of Php 250= 10% * Php 250= 0.10 * Php 250= Php 25


What is a php consultant?

PHP Consultant is a Expert PHP Developer who Guide PHP Development Process


What is the default extension that most Web servers use to process php scripts?

PHP files extension is .php


What are semantics in PHP?

In PHP, semantics refer to the meaning of code or how statements are interpreted by the PHP engine. It involves understanding how code functions and interacts with other elements in a PHP script. Proper semantics ensure that the code behaves as expected and follows the established rules of the PHP language.


Is php a binary file?

No, PHP is text file with .php extension.