Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
objects-a-short-intro.pdf
Search
Kyle B. Johnson
August 27, 2015
Programming
0
160
objects-a-short-intro.pdf
Kyle B. Johnson
August 27, 2015
Tweet
Share
More Decks by Kyle B. Johnson
See All by Kyle B. Johnson
Continuously Delivering Value
kjohnson
0
120
Building Pages in WordPress
kjohnson
0
130
Gutenberg
kjohnson
0
350
Introduction to WP-CLI
kjohnson
0
310
Separate your time from your income
kjohnson
0
390
iThemes Exchange
kjohnson
0
72
Easy Digital Downloads
kjohnson
0
80
PHP Templating
kjohnson
0
120
WordPress Taxonomies
kjohnson
0
80
Other Decks in Programming
See All in Programming
AI時代におけるSRE、 あるいはエンジニアの生存戦略
pyama86
6
1.2k
Compose 1.7のTextFieldはPOBox Plusで日本語変換できない
tomoya0x00
0
200
聞き手から登壇者へ: RubyKaigi2024 LTでの初挑戦が 教えてくれた、可能性の星
mikik0
1
130
CSC509 Lecture 12
javiergs
PRO
0
160
A Journey of Contribution and Collaboration in Open Source
ivargrimstad
0
1k
Less waste, more joy, and a lot more green: How Quarkus makes Java better
hollycummins
0
100
Outline View in SwiftUI
1024jp
1
330
よくできたテンプレート言語として TypeScript + JSX を利用する試み / Using TypeScript + JSX outside of Web Frontend #TSKaigiKansai
izumin5210
6
1.8k
Jakarta EE meets AI
ivargrimstad
0
690
Laravel や Symfony で手っ取り早く OpenAPI のドキュメントを作成する
azuki
2
120
アジャイルを支えるテストアーキテクチャ設計/Test Architecting for Agile
goyoki
9
3.3k
Hotwire or React? ~アフタートーク・本編に含めなかった話~ / Hotwire or React? after talk
harunatsujita
1
120
Featured
See All Featured
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
356
29k
Producing Creativity
orderedlist
PRO
341
39k
Optimising Largest Contentful Paint
csswizardry
33
2.9k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.3k
The Cult of Friendly URLs
andyhume
78
6k
Done Done
chrislema
181
16k
The Language of Interfaces
destraynor
154
24k
Practical Orchestrator
shlominoach
186
10k
The Invisible Side of Design
smashingmag
298
50k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
48k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
126
18k
KATA
mclloyd
29
14k
Transcript
A Very Short Introduction Objects in PHP
Procedural Function Variables Objects (Classes) Methods Properties
None
How can we make this better (more useful)?
Procedural code’s only organization in chronological.
None
Objects give code more structure.
None
None
Procedural Code is short lived.
None
Objects are Reusable.
None
Procedural code is insecure.
None
Objects have permissions.
None
Other Cool Stuff
Method Chaining
Static Methods