/    Sign up×
Community /Pin to ProfileBookmark

How PHP OOPS will work in Websites?which are the best to work on it?

PHP OOPS for websites,Which are the best oops concepts to know and work on it.

to post a comment
PHP

4 Comments(s)

Copy linkTweet thisAlerts:
@OrigiinDec 28.2015 — How PHP OOPS will work in Websites?which are the best to work on it?

PHP is a general-purpose scripting language that is used in creating Web pages, and can be embedded in HTML code. (PHP stands for "Hypertext Preprocessor," even though the acronym doesn't match up exactly.)

PHP code may be embedded into HTML code, or it can be used in combination with various Web template systems and web frameworks. PHP code is usually processed by a PHP interpreter implemented as a module in the web server or as a Common Gateway Interface (CGI) executable. The web server combines the results of the interpreted and executed PHP code, which may be any type of data, including images, with the generated web page. PHP code may also be executed with a command-line interface (CLI) and can be used to implement standalone graphical applications.

OOPS is best to work website
Copy linkTweet thisAlerts:
@ginerjmDec 28.2015 — OOP (no S) is actually a method of programming that has been used in multiple languages for years, both web-related and non web applications. It is a style of programming that is used to connect data to its attributes to facilitate better coding and easier use of that data.

That said - your question really doesn't make sense since OOP doesn't have a consistent structure because it merely serves to help develop an improved structure once the writer develops his code.

Perhaps your question is trying to inquire about different PHP "frameworks" which are tools that help to utilize PHP in a more structured way. (I don't use one myself so forgive me if I haven't described it accurately.)
Copy linkTweet thisAlerts:
@NogDogDec 28.2015 — Probably the most prevalent OOP concept in web sites is the Model/View/Controller (MVC) pattern, which is generally employed by all the most popular PHP web frameworks. For that and other more specific OOP patterns you can use (with or without a MVC framework), I recommend you read [i]PHP 5 Objects, Patterns, and Practice[/i] by Matt Zandstra.

If you want to see a MVC framework in action (Laravel in this case), check out some of the free introductory videos at www.laracasts.com .
Copy linkTweet thisAlerts:
@kite123Jan 01.2016 — Hey,I suggest you to go for OOP,as we are using it for so long. So, is comfortable to work with.

OOP is an object oriented programming which is the base from where we start the programming.Even most frameworks are full of OOP.

No doubt,PHP is a general-purpose scripting language that is used in creating Web pages, and can be embedded in HTML code.PHP is an open-source program means it's available for free on the Web.
×

Success!

Help @Priyajain spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...