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
400
iThemes Exchange
kjohnson
0
79
Easy Digital Downloads
kjohnson
0
80
PHP Templating
kjohnson
0
120
WordPress Taxonomies
kjohnson
0
80
Other Decks in Programming
See All in Programming
Webエンジニア主体のモバイルチームの 生産性を高く保つためにやったこと
igreenwood
0
340
Haze - Real time background blurring
chrisbanes
1
510
わたしの星のままで一番星になる ~ 出産を機にSIerからEC事業会社に転職した話 ~
kimura_m_29
0
180
RWC 2024 DICOM & ISO/IEC 2022
m_seki
0
210
tidymodelsによるtidyな生存時間解析 / Japan.R2024
dropout009
1
790
KubeCon + CloudNativeCon NA 2024 Overviewat Kubernetes Meetup Tokyo #68 / amsy810_k8sjp68
masayaaoyama
0
260
創造的活動から切り拓く新たなキャリア 好きから始めてみる夜勤オペレーターからSREへの転身
yjszk
1
130
競技プログラミングへのお誘い@阪大BOOSTセミナー
kotamanegi
0
360
MCP with Cloudflare Workers
yusukebe
2
220
Spatial Rendering for Apple Vision Pro
warrenm
0
110
ブラウザ単体でmp4書き出すまで - muddy-web - 2024-12
yue4u
3
480
Effective Signals in Angular 19+: Rules and Helpers
manfredsteyer
PRO
0
110
Featured
See All Featured
Rails Girls Zürich Keynote
gr2m
94
13k
GraphQLの誤解/rethinking-graphql
sonatard
67
10k
Site-Speed That Sticks
csswizardry
2
190
Building Your Own Lightsaber
phodgson
103
6.1k
Why Our Code Smells
bkeepers
PRO
335
57k
[RailsConf 2023] Rails as a piece of cake
palkan
53
5k
Rebuilding a faster, lazier Slack
samanthasiow
79
8.7k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
32
2.7k
Being A Developer After 40
akosma
87
590k
Art, The Web, and Tiny UX
lynnandtonic
298
20k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
8
1.2k
Testing 201, or: Great Expectations
jmmastey
40
7.1k
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