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
330
Separate your time from your income
kjohnson
0
460
iThemes Exchange
kjohnson
0
120
Easy Digital Downloads
kjohnson
0
84
PHP Templating
kjohnson
0
130
WordPress Taxonomies
kjohnson
0
86
Other Decks in Programming
See All in Programming
contribution to astral-sh/uv
shunsock
0
590
Blazing Fast UI Development with Compose Hot Reload (Bangladesh KUG, October 2025)
zsmb
2
490
r2-image-worker
yusukebe
1
150
歴史から学ぶ「Why PHP?」 PHPを書く理由を改めて理解する / Learning from History: “Why PHP?” Rediscovering the Reasons for Writing PHP
seike460
PRO
0
130
CSC305 Lecture 14
javiergs
PRO
0
250
開発組織の戦略的な役割と 設計スキル向上の効果
masuda220
PRO
10
2.1k
業務でAIを使いたい話
hnw
0
250
Functional Calisthenics in Kotlin: Kotlinで「関数型エクササイズ」を実践しよう
lagenorhynque
0
110
ドメイン駆動設計のエッセンス
masuda220
PRO
15
7.6k
問題の見方を変える「システム思考」超入門
panda_program
0
170
Claude Code on the Web を超える!? Codex Cloud の実践テク5選
sunagaku
0
310
なんでRustの環境構築してないのにRust製のツールが動くの? / Why Do Rust-Based Tools Run Without a Rust Environment?
ssssota
14
48k
Featured
See All Featured
The Illustrated Children's Guide to Kubernetes
chrisshort
51
51k
Bash Introduction
62gerente
615
210k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
660
The Cult of Friendly URLs
andyhume
79
6.7k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.8k
How Fast Is Fast Enough? [PerfNow 2025]
tammyeverts
2
310
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
231
22k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.5k
Fireside Chat
paigeccino
41
3.7k
Automating Front-end Workflow
addyosmani
1371
200k
For a Future-Friendly Web
brad_frost
180
10k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
34
2.3k
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