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
180
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
150
Gutenberg
kjohnson
0
370
Introduction to WP-CLI
kjohnson
0
320
Separate your time from your income
kjohnson
0
440
iThemes Exchange
kjohnson
0
110
Easy Digital Downloads
kjohnson
0
82
PHP Templating
kjohnson
0
130
WordPress Taxonomies
kjohnson
0
80
Other Decks in Programming
See All in Programming
AIのメモリー
watany
11
950
「App Intent」よくわからんけどすごい!
rinngo0302
1
120
副作用と戦う PHP リファクタリング ─ ドメインイベントでビジネスロジックを解きほぐす
kajitack
2
440
The Niche of CDK Grant オブジェクトって何者?/the-niche-of-cdk-what-isgrant-object
hassaku63
1
690
リバースエンジニアリング新時代へ! GhidraとClaude DesktopをMCPで繋ぐ/findy202507
tkmru
4
1.2k
テスト駆動Kaggle
isax1015
1
880
[DevinMeetupTokyo2025] コード書かせないDevinの使い方
takumiyoshikawa
2
140
SQLアンチパターン第2版 データベースプログラミングで陥りがちな失敗とその対策 / Intro to SQL Antipatterns 2nd
twada
PRO
27
8.1k
Android 16KBページサイズ対応をはじめからていねいに
mine2424
0
650
GPUを計算資源として使おう!
primenumber
1
290
可変性を制する設計: 構造と振る舞いから考える概念モデリングとその実装
a_suenami
2
490
AI時代の『改訂新版 良いコード/悪いコードで学ぶ設計入門』 / ai-good-code-bad-code
minodriven
24
10k
Featured
See All Featured
How to Think Like a Performance Engineer
csswizardry
25
1.8k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
48
2.9k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
5.9k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
Faster Mobile Websites
deanohume
308
31k
BBQ
matthewcrist
89
9.7k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
35
2.5k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.2k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.9k
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