Phpbasics And Php Framework

download Phpbasics And Php Framework

If you can't read please download the document

Transcript of Phpbasics And Php Framework

Php Basics and Framework

K.Shiva Prasad 9092696592

Define PHP

PHP stands for Hypher Text PreProcessor is a widely used general purpose scripting language that was originally designed for web development to produce dynamic web pages

What is PHP?

Php is Hypher text preprocessor

Php is a server side scripting language Like ASP

Php scripts are executed on the server

Php supports many Databases like Mysql,Informix,Oracle,sysbase,etc.,

Php is an openource software.

Php Framework

Php frame works stream line the development of web applications written in php by providing a basic structures.

Php frame work helps to promote rapid applicationa development(RAD)

Frame work can also helps begginers to build more stable apps by ensuring proper database interaction and coding on the presentation layer.

The genral idea behind the working of a Php framework is reffered to as Model View Controller(MVC)

What is MVC?

Model-Model refers to the data

View -View refers to the presentation Layer

Controller-Controller to the application or bussiness logic

Why should we use Php framework?

Spreading up the development process.

Stability

Simplicity

Extensive there are many different frame works to choose from.

When to use Php FrameWork

When working ona project with tight deadlines,utilizing a Php framework is ahuge benfit that can gratly spped up the coding process.

When you are working on projects with substantial amounts of monotonus coding because it will help make the job much less tedious.

What look for in Php Framework

Easy to use

Rapid development/Performance

Popularity Amongst the other developers

strong features

support/forums

Best Php Frameworks

Zend Framework

Cake Php

Symfony

Codelgniter

Seagull

Thank you.