狠狠撸

狠狠撸Share a Scribd company logo
Mee & EE: Sitting In A Tree
Mee & EE: Sitting In A Tree
Mee & EE: Sitting In A Tree
GRILLED CHEESE
TO PERFECTION



                 arnold | inuyaki
MEE & EE:
SITTING IN A TREE

Trevor Davis
4.22.2011
4 IMPORTANT PIECES TO EE
? Custom Fields
? Channels
? Templates
? Tags
OK DEVS, DON'T KILL ME...
EE SORTA HAS MVC PROPERTIES
? Models == Custom Fields & Channels
? Views == Templates
? Controllers == Templates
CUSTOM FIELDS
CUSTOM FIELDS
? Part of a ?eld group
MANY FIELDTYPES
? Checkboxes      ? Date
? File            ? Relationship
? Multi-select    ? Text input
? Select          ? Textarea
? Radio buttons   ? Create your own
CHANNELS
CHANNELS
? Think of them as content types
  ? Ex: News, Events, Athletes, etc.
? Contains ?eld group with custom ?elds
? Categories
Mee & EE: Sitting In A Tree
TEMPLATES
TEMPLATES
? What actually gets rendered
? Template groups
  ? /template_group/template
  ? /blog/index
? Saved as ?les
TEMPLATE MANAGER
URL SEGMENTS
BEST THING EVER
 /blog/article-name/some/nonsense


 segment_1 == blog
 segment_2 == article-name
 segment_3 == some
 segment_4 == nonsense
CONTROLLER-LIKE TEMPLATES
{if segment_2 == ''}
  //Render something
{if:elseif segment_2 == 'category'}
  //Render a different thing
{if:else}
  //Render something else
{/if}
EMBEDDED TEMPLATES
‘PARTIALS’
 ? Repeatable pieces of content or functionality
 ? Pass parameters
 ? Function-like
EMBED CODE
{embed="template_group/template"}


{embed="template_group/template"
  channel="work"}


{embed:channel}
TAGS
CHANNEL ENTRIES TAG
{exp:channel:entries}
  ...
{/exp:channel:entries}
PARAMETERS
? channel
? category
? orderby
? year
? limit
? many more...
WITH PARAMETERS
{exp:channel:entries
  channel="work"
  orderby="title"
  limit="3"}
  ...
{/exp:channel:entries}
VARIABLES
SINGLE VARIABLES
? author
? entry_date
? title
? url_title
? many more...
WITH SINGLE VARIABLES
{exp:channel:entries channel="work"}


  <h2></h2>
  {general_body}


{/exp:channel:entries}
WITH VARIABLE PAIRS
{exp:channel:entries
  channel="work" limit="1"}


  {categories backspace="2"}
    {category_name},
  {/categories}


{/exp:channel:entries}
ADD-ONS
ADD-ON TYPES
? Fieldtypes
? Plugins
? Extensions
? Modules
? Accessories
PLUGINS
{exp:ce_img:pair src=/slideshow/mee-ee-sitting-in-a-tree/7867366/"{image}"
  max_width="200"}


  <img src="{made}" alt=""
width="{width}" height="{height}" />


{/exp:ce_img:pair}
EXTENSIONS
MODULES
{exp:freeform:form required="name"}
  <p>Name: <input type="text"
name="name" /></p>
  <p>Email: <input type="text"
name="email" /></p>
  <p><input type="submit"
name="submit" value="Submit" /></p>
{/exp:freeform:form}
ACCESSORIES
THE BEST PART...
EE PUNS THAT MAKE BLAIR CRINGE
? Hon-ee Pot Captcha
? Repeet
? Freebie
? Shortee
? CSVee
? MD Dulee Noted
HAVE A HAPPEE DAY!
Ad

Recommended

Add Some Awesome-Sauce
Add Some Awesome-Sauce
davist11
?
Building a Simple, Responsive Website with ExpressionEngine
Building a Simple, Responsive Website with ExpressionEngine
Ottergoose
?
GenAI-powered assistants compared in a real case - 2025-03-18
GenAI-powered assistants compared in a real case - 2025-03-18
Alessandra Bilardi
?
Zalando Shop Public API
Zalando Shop Public API
Uwe Kaminski
?
Customizing the Presentation Model and Physical Renderer in Siebel Open UI
Customizing the Presentation Model and Physical Renderer in Siebel Open UI
Tech OneStop
?
Team Tour Keynote - Tools and Practices
Team Tour Keynote - Tools and Practices
Atlassian
?
[AIS 2018] Keynote tools and practices - scott davis
[AIS 2018] Keynote tools and practices - scott davis
Atlassian ????
?
30 Minutes To CPAN
30 Minutes To CPAN
daoswald
?
ABAP BASICs learn the basics of ABAP-1.ppt
ABAP BASICs learn the basics of ABAP-1.ppt
pagajal493
?
Learning & using new technology
Learning & using new technology
Michelle Crapo
?
Learning & using new technology
Learning & using new technology
Michelle Crapo
?
Why ExpressionEngine is Great for Designers
Why ExpressionEngine is Great for Designers
FortySeven Media
?
Expression Engine Designer
Expression Engine Designer
Matias
?
TAFJ
TAFJ
SandeepAppaji2
?
The Joy of Subforms with Randy Carey
The Joy of Subforms with Randy Carey
jdaychi
?
EECI 2010 - The Power of ExpressionEngine's Dynamic Templates
EECI 2010 - The Power of ExpressionEngine's Dynamic Templates
FortySeven Media
?
Refactoring
Refactoring
Artem Tabalin
?
Building a Custom Theme in Drupal 8
Building a Custom Theme in Drupal 8
Anne Tomasevich
?
Introduction to Django
Introduction to Django
James Casey
?
11i10 ATFormPersonalization_HRDv2[1].ppt
11i10 ATFormPersonalization_HRDv2[1].ppt
ssuser0de269
?
Evolve 19 | Benjie Wheeler | Intro to Adobe Experience Manager 6.5
Evolve 19 | Benjie Wheeler | Intro to Adobe Experience Manager 6.5
Evolve The Adobe Digital Marketing Community
?
Tips and Tricks for Getting the Most out of Views
Tips and Tricks for Getting the Most out of Views
Acquia
?
Navisworks Clash Course
Navisworks Clash Course
The Design Partnership
?
Formatting With PowerShell
Formatting With PowerShell
Thomas Lee
?
Best Practices for Magento Debugging
Best Practices for Magento Debugging
varien
?
Angular2 Upgrade
Angular2 Upgrade
WealthBar Financial Services
?
BrightGen's Salesforce Summer 19 Release Webinar
BrightGen's Salesforce Summer 19 Release Webinar
brightgenss
?
Winter 19 release webinar
Winter 19 release webinar
brightgenss
?
LAVIELACE - Collections portfolio showcase
LAVIELACE - Collections portfolio showcase
Geo Lupascu
?
最新版意大利布雷西亚自由美术学院毕业证(尝础叠础毕业证书)原版定制
最新版意大利布雷西亚自由美术学院毕业证(尝础叠础毕业证书)原版定制
taqyea
?

More Related Content

Similar to Mee & EE: Sitting In A Tree (20)

ABAP BASICs learn the basics of ABAP-1.ppt
ABAP BASICs learn the basics of ABAP-1.ppt
pagajal493
?
Learning & using new technology
Learning & using new technology
Michelle Crapo
?
Learning & using new technology
Learning & using new technology
Michelle Crapo
?
Why ExpressionEngine is Great for Designers
Why ExpressionEngine is Great for Designers
FortySeven Media
?
Expression Engine Designer
Expression Engine Designer
Matias
?
TAFJ
TAFJ
SandeepAppaji2
?
The Joy of Subforms with Randy Carey
The Joy of Subforms with Randy Carey
jdaychi
?
EECI 2010 - The Power of ExpressionEngine's Dynamic Templates
EECI 2010 - The Power of ExpressionEngine's Dynamic Templates
FortySeven Media
?
Refactoring
Refactoring
Artem Tabalin
?
Building a Custom Theme in Drupal 8
Building a Custom Theme in Drupal 8
Anne Tomasevich
?
Introduction to Django
Introduction to Django
James Casey
?
11i10 ATFormPersonalization_HRDv2[1].ppt
11i10 ATFormPersonalization_HRDv2[1].ppt
ssuser0de269
?
Evolve 19 | Benjie Wheeler | Intro to Adobe Experience Manager 6.5
Evolve 19 | Benjie Wheeler | Intro to Adobe Experience Manager 6.5
Evolve The Adobe Digital Marketing Community
?
Tips and Tricks for Getting the Most out of Views
Tips and Tricks for Getting the Most out of Views
Acquia
?
Navisworks Clash Course
Navisworks Clash Course
The Design Partnership
?
Formatting With PowerShell
Formatting With PowerShell
Thomas Lee
?
Best Practices for Magento Debugging
Best Practices for Magento Debugging
varien
?
Angular2 Upgrade
Angular2 Upgrade
WealthBar Financial Services
?
BrightGen's Salesforce Summer 19 Release Webinar
BrightGen's Salesforce Summer 19 Release Webinar
brightgenss
?
Winter 19 release webinar
Winter 19 release webinar
brightgenss
?
ABAP BASICs learn the basics of ABAP-1.ppt
ABAP BASICs learn the basics of ABAP-1.ppt
pagajal493
?
Learning & using new technology
Learning & using new technology
Michelle Crapo
?
Learning & using new technology
Learning & using new technology
Michelle Crapo
?
Why ExpressionEngine is Great for Designers
Why ExpressionEngine is Great for Designers
FortySeven Media
?
Expression Engine Designer
Expression Engine Designer
Matias
?
The Joy of Subforms with Randy Carey
The Joy of Subforms with Randy Carey
jdaychi
?
EECI 2010 - The Power of ExpressionEngine's Dynamic Templates
EECI 2010 - The Power of ExpressionEngine's Dynamic Templates
FortySeven Media
?
Building a Custom Theme in Drupal 8
Building a Custom Theme in Drupal 8
Anne Tomasevich
?
Introduction to Django
Introduction to Django
James Casey
?
11i10 ATFormPersonalization_HRDv2[1].ppt
11i10 ATFormPersonalization_HRDv2[1].ppt
ssuser0de269
?
Tips and Tricks for Getting the Most out of Views
Tips and Tricks for Getting the Most out of Views
Acquia
?
Formatting With PowerShell
Formatting With PowerShell
Thomas Lee
?
Best Practices for Magento Debugging
Best Practices for Magento Debugging
varien
?
BrightGen's Salesforce Summer 19 Release Webinar
BrightGen's Salesforce Summer 19 Release Webinar
brightgenss
?
Winter 19 release webinar
Winter 19 release webinar
brightgenss
?

Recently uploaded (20)

LAVIELACE - Collections portfolio showcase
LAVIELACE - Collections portfolio showcase
Geo Lupascu
?
最新版意大利布雷西亚自由美术学院毕业证(尝础叠础毕业证书)原版定制
最新版意大利布雷西亚自由美术学院毕业证(尝础叠础毕业证书)原版定制
taqyea
?
animewitcher.cc https://animewitcher.cc/
animewitcher.cc https://animewitcher.cc/
Anime witcher
?
3D-IC Design Kits for Drop-in Chiplets MDK, ADK, TDK - 20250121_PreConH_Wong_...
3D-IC Design Kits for Drop-in Chiplets MDK, ADK, TDK - 20250121_PreConH_Wong_...
huyth14
?
Clamp_and_bend_device_exercisee_DSD.pptx
Clamp_and_bend_device_exercisee_DSD.pptx
DhanushJCS1
?
Architect list in Bangalore. Architects list in Bangalore.pdf
Architect list in Bangalore. Architects list in Bangalore.pdf
Tejas758706
?
research proposal on IDA By dr waleed zaheen.pptx
research proposal on IDA By dr waleed zaheen.pptx
waleedzaheen1
?
The-Future-of-Fashion-in-Singapore-Moushumi-Khara.pdf
The-Future-of-Fashion-in-Singapore-Moushumi-Khara.pdf
The Lifestyle Editor
?
Clamp_and_bend_device_exercisee_SFC.pptx
Clamp_and_bend_device_exercisee_SFC.pptx
DhanushJCS1
?
AI-Driven-Personalization-in-UX-Designing-for-One-in-a-Million.pdf
AI-Driven-Personalization-in-UX-Designing-for-One-in-a-Million.pdf
Sultan Shalakhti
?
LRC image social media marketing class design
LRC image social media marketing class design
yeshwimbu
?
COMMERCE.pdfdxxcchbbnnnnbbnxxcvvvvvvbbbbbbbbbbbbb
COMMERCE.pdfdxxcchbbnnnnbbnxxcvvvvvvbbbbbbbbbbbbb
shivanshsahu0108
?
Give Your Salon a Gorgeous Makeover with Interior Designs That Reflect Your P...
Give Your Salon a Gorgeous Makeover with Interior Designs That Reflect Your P...
SPL Interiors
?
PowerISO Crack 9.0 + Serial Key Free Download 2025
PowerISO Crack 9.0 + Serial Key Free Download 2025
Ayesha khan
?
The Gardens Between - A moment breakdown
The Gardens Between - A moment breakdown
ScorpGrd
?
Exploratory Experiences Built by Design (UXPA25)
Exploratory Experiences Built by Design (UXPA25)
Design for Context
?
Bahan kuliah tambahan perpandsebagai pengganti liburan.ppt
Bahan kuliah tambahan perpandsebagai pengganti liburan.ppt
Kristyadi Daripada Paidi
?
2025 UX Connect Aarhus - garbage in garbage out.pptx
2025 UX Connect Aarhus - garbage in garbage out.pptx
Caroline Jarrett
?
Bethany Michels Master of Architecture Thesis 2025
Bethany Michels Master of Architecture Thesis 2025
Bethany Michels
?
Unleash Creativity with 3D T-Shirt Configurators_ A Game-Changer for Custom A...
Unleash Creativity with 3D T-Shirt Configurators_ A Game-Changer for Custom A...
PrintXpand
?
LAVIELACE - Collections portfolio showcase
LAVIELACE - Collections portfolio showcase
Geo Lupascu
?
最新版意大利布雷西亚自由美术学院毕业证(尝础叠础毕业证书)原版定制
最新版意大利布雷西亚自由美术学院毕业证(尝础叠础毕业证书)原版定制
taqyea
?
animewitcher.cc https://animewitcher.cc/
animewitcher.cc https://animewitcher.cc/
Anime witcher
?
3D-IC Design Kits for Drop-in Chiplets MDK, ADK, TDK - 20250121_PreConH_Wong_...
3D-IC Design Kits for Drop-in Chiplets MDK, ADK, TDK - 20250121_PreConH_Wong_...
huyth14
?
Clamp_and_bend_device_exercisee_DSD.pptx
Clamp_and_bend_device_exercisee_DSD.pptx
DhanushJCS1
?
Architect list in Bangalore. Architects list in Bangalore.pdf
Architect list in Bangalore. Architects list in Bangalore.pdf
Tejas758706
?
research proposal on IDA By dr waleed zaheen.pptx
research proposal on IDA By dr waleed zaheen.pptx
waleedzaheen1
?
The-Future-of-Fashion-in-Singapore-Moushumi-Khara.pdf
The-Future-of-Fashion-in-Singapore-Moushumi-Khara.pdf
The Lifestyle Editor
?
Clamp_and_bend_device_exercisee_SFC.pptx
Clamp_and_bend_device_exercisee_SFC.pptx
DhanushJCS1
?
AI-Driven-Personalization-in-UX-Designing-for-One-in-a-Million.pdf
AI-Driven-Personalization-in-UX-Designing-for-One-in-a-Million.pdf
Sultan Shalakhti
?
LRC image social media marketing class design
LRC image social media marketing class design
yeshwimbu
?
COMMERCE.pdfdxxcchbbnnnnbbnxxcvvvvvvbbbbbbbbbbbbb
COMMERCE.pdfdxxcchbbnnnnbbnxxcvvvvvvbbbbbbbbbbbbb
shivanshsahu0108
?
Give Your Salon a Gorgeous Makeover with Interior Designs That Reflect Your P...
Give Your Salon a Gorgeous Makeover with Interior Designs That Reflect Your P...
SPL Interiors
?
PowerISO Crack 9.0 + Serial Key Free Download 2025
PowerISO Crack 9.0 + Serial Key Free Download 2025
Ayesha khan
?
The Gardens Between - A moment breakdown
The Gardens Between - A moment breakdown
ScorpGrd
?
Exploratory Experiences Built by Design (UXPA25)
Exploratory Experiences Built by Design (UXPA25)
Design for Context
?
Bahan kuliah tambahan perpandsebagai pengganti liburan.ppt
Bahan kuliah tambahan perpandsebagai pengganti liburan.ppt
Kristyadi Daripada Paidi
?
2025 UX Connect Aarhus - garbage in garbage out.pptx
2025 UX Connect Aarhus - garbage in garbage out.pptx
Caroline Jarrett
?
Bethany Michels Master of Architecture Thesis 2025
Bethany Michels Master of Architecture Thesis 2025
Bethany Michels
?
Unleash Creativity with 3D T-Shirt Configurators_ A Game-Changer for Custom A...
Unleash Creativity with 3D T-Shirt Configurators_ A Game-Changer for Custom A...
PrintXpand
?
Ad

Mee & EE: Sitting In A Tree