Presentation is loading. Please wait.

Presentation is loading. Please wait.

Key Points Unfolding the Situations to Drill a Framework in PHP

Similar presentations


Presentation on theme: "Key Points Unfolding the Situations to Drill a Framework in PHP"— Presentation transcript:

1 Key Points Unfolding the Situations to Drill a Framework in PHP
Presented by: HN Web Marketing

2 Key Points App Development in Minimal Coding
Robust Security is the Issue Code and File Organization Need PHP Libraries Require Community Support

3 App Development in Minimal Coding
Writing a program for a run-time environment that executes the tasks alternatively takes a long time to write and an arduous task as well. Here, PHP would help being a server-side scripting language, the tasks are done in an automated way with less coding. Though, PHP learning curve is steep, but once learned then the development becomes plain-sailing.

4 Robust Security is the Issue
Handling hacks or attacks manually is tiring and mistakenly skipping the one may result into an application with a bug. PHP frameworks like CodeIgniter is loaded with input and output filtering options that automatically filter the attacks connected with database object, and guard the website against vulnerabilities such as XSS code, SQL injections and more.

5 Code and File Organization
Code and file organization is very important in the app development. Every PHP framework have certain folder structure by default like a “/inc” folder has “functions.php”, and it does not mean that code is organized. Following certain standards or with using IDE and code organizers, the code and file can be kept organized, which in turn ease the file search no matter how small the file is

6 Need PHP Libraries During PHP web app development, many tools, libraries and third party APIs are required that either developers use readymade or create the new one for form validation and session handling, database abstraction, calendar, input/output filtering, pagination and s. PHP framework provide many such utilities and libraries that developers can use. Also, it promote team work because work can be segregated among developers, designers and data specialists.

7 Require Community Support
PHP is the undisputed king among web development platforms that’s gaining more popularity day by day with millions of web development. There is a large community of developers who share the valuable insights in regards to PHP development and help other developers whenever they stuck. Even, developers can get the answer to their query by directly communicating with the experts by sending a message or .

8 HN Web Marketing Pvt Ltd 4th Floor, Payko Tower, Above Domino's Pizza,  Karve Statue, Petrol Circle, Kothrud,  Pune –


Download ppt "Key Points Unfolding the Situations to Drill a Framework in PHP"

Similar presentations


Ads by Google