getting started with php frameworks @bcp5

25
Getting Started With PHP Frameworks By: Amit Kumar Singh

Upload: amit-kumar-singh

Post on 01-Nov-2014

3.768 views

Category:

Technology


1 download

DESCRIPTION

this presentations shows how to get started with any framework that you choose.

TRANSCRIPT

Page 1: Getting Started With Php Frameworks @BCP5

Getting Started With PHP Frameworks

By: Amit Kumar Singh

Page 2: Getting Started With Php Frameworks @BCP5

About MeBlog: http://amiworks.co.in/talk

Page 3: Getting Started With Php Frameworks @BCP5

What is a framework?

A software framework, is an abstraction in which common code providing generic functionality can be selectively overridden or specialized by user code providing specific functionality.

http://en.wikipedia.org/wiki/Software_framework

Page 4: Getting Started With Php Frameworks @BCP5

What is a framework?

A framework provides to the participants a guideline and special tools to work

http://eu-share.org/glossary.html

Page 5: Getting Started With Php Frameworks @BCP5

What is a framework?A web application framework is a software

framework that is designed to support the development of dynamic websites, Web applications and Web services. The framework aims to alleviate the overhead associated with common activities used in Web development.

http://en.wikipedia.org/wiki/Web_application_framework

Page 6: Getting Started With Php Frameworks @BCP5

Why framework?A framework is designed to provide a structure

for common elements (database interaction, presentation layer, application logic) so you spend less time writing up database interface code or presentation-layer interfaces and more time writing the application itself.

http://www.ibm.com/developerworks/opensource/library/os-php-fwk1/index.html

Page 7: Getting Started With Php Frameworks @BCP5

How to choose a framework

Page 8: Getting Started With Php Frameworks @BCP5

How to choose a framework

• The One Your Boss Knows About• The One Someone Else Already

Installed• The One They've Been Talking

About

Page 9: Getting Started With Php Frameworks @BCP5

How to choose a framework

• The One Your Boss Knows About• The One Someone Else Already

Installed• The One They've Been Talking

About

Page 10: Getting Started With Php Frameworks @BCP5

How to choose a framework

• The One Your Boss Knows About• The One Someone Else Already

Installed• The One They've Been Talking

About

Page 11: Getting Started With Php Frameworks @BCP5

How to choose a framework

A good framework is easy to learn, simple to use, intuitive to work with, easy to extend or to modify, rapid to

build (maintain) applications with and of course stable.

http://www.mustap.com/phpzone_post_73_top-10-php-mvc-frameworks

Page 12: Getting Started With Php Frameworks @BCP5

What Next?

Page 13: Getting Started With Php Frameworks @BCP5

We Study, Off-course

Page 14: Getting Started With Php Frameworks @BCP5

Quick study of a framework

What to look for

• Flow of request• Default behaviors• Libraries in the core• Check out extensions and

libraries

Page 15: Getting Started With Php Frameworks @BCP5

Quick study of a framework

What to look for

• Flow of request• Default behaviors• Libraries in the core• Check out extensions and

libraries

Page 16: Getting Started With Php Frameworks @BCP5

Quick study of a framework

What to look for

• Flow of request• Default behaviors• Libraries in the core• Check out extensions and

libraries

Page 17: Getting Started With Php Frameworks @BCP5

Quick study of a framework

What to look for

• Flow of request• Default behaviors• Libraries in the core• Check out extensions and

libraries

Page 18: Getting Started With Php Frameworks @BCP5

Now Build SomethingBlogging Application

Page 19: Getting Started With Php Frameworks @BCP5

Facing difficulties?• Ask in forums

• Join mailing list• IRC channel

Page 20: Getting Started With Php Frameworks @BCP5

Facing difficulties?• Ask in forums

• Join mailing list• IRC channel

Page 21: Getting Started With Php Frameworks @BCP5

Facing difficulties?• Ask in forums

• Join mailing list• IRC channel

Page 22: Getting Started With Php Frameworks @BCP5

Contribute back

• You asked in forums, now answer other’s questions

• You have joined mailing list, now participate in discussions

• Hangout at IRC channel

Page 23: Getting Started With Php Frameworks @BCP5

Contribute back

• You asked in forums, now answer others question

• You have joined mailing list, now participate in discussions

• Hangout at IRC channel

Page 24: Getting Started With Php Frameworks @BCP5

Contribute back

• You asked in forums, now answer others question

• You have joined mailing list, now participate in discussions

• Hangout at IRC channel

Page 25: Getting Started With Php Frameworks @BCP5

Thank You!!

You can catch me at http://amiworks.co.in/talk

Email: [email protected]