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
190
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
130
Building Pages in WordPress
kjohnson
0
160
Gutenberg
kjohnson
0
370
Introduction to WP-CLI
kjohnson
0
320
Separate your time from your income
kjohnson
0
450
iThemes Exchange
kjohnson
0
120
Easy Digital Downloads
kjohnson
0
83
PHP Templating
kjohnson
0
130
WordPress Taxonomies
kjohnson
0
86
Other Decks in Programming
See All in Programming
Back to the Future: Let me tell you about the ACP protocol
terhechte
0
120
半自動E2Eで手っ取り早くリグレッションテストを効率化しよう
beryu
6
2.3k
Web技術を最大限活用してRAW画像を現像する / Developing RAW Images on the Web
ssssota
2
910
検索機能リプレイスを4ヶ月→2ヶ月に! AI Agentで実現した2倍速リプレイス
fuuki12
4
820
uniqueパッケージの内部実装を支えるweak pointerの話
magavel
0
460
NetworkXとGNNで学ぶグラフデータ分析入門〜複雑な関係性を解き明かすPythonの力〜
mhrtech
3
740
Swift Concurrency - 状態監視の罠
objectiveaudio
2
130
どの様にAIエージェントと 協業すべきだったのか?
takefumiyoshii
1
460
Web フロントエンドエンジニアに開かれる AI Agent プロダクト開発 - Vercel AI SDK を観察して AI Agent と仲良くなろう! #FEC余熱NIGHT
izumin5210
2
220
Introducing ReActionView: A new ActionView-Compatible ERB Engine @ Kaigi on Rails 2025, Tokyo, Japan
marcoroth
3
610
2025年版 サーバーレス Web アプリケーションの作り方
hayatow
23
25k
CSC305 Lecture 03
javiergs
PRO
0
210
Featured
See All Featured
Raft: Consensus for Rubyists
vanstee
139
7.1k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
Faster Mobile Websites
deanohume
310
31k
Balancing Empowerment & Direction
lara
4
660
Rebuilding a faster, lazier Slack
samanthasiow
84
9.2k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
How STYLIGHT went responsive
nonsquared
100
5.8k
Making the Leap to Tech Lead
cromwellryan
135
9.5k
Code Review Best Practice
trishagee
72
19k
A better future with KSS
kneath
239
17k
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