pimcore primer - php usergroup berlin...pimcore since 2010 opensource / bsd license austrian company...

36
pimcore primer @bephpug 2012

Upload: others

Post on 13-Oct-2020

1 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: pimcore primer - PHP UserGroup Berlin...pimcore Since 2010 OpenSource / BSD license Austrian company elements.at ExtJS backend Zend Framework 1 based Features Responsive UI WYSIWYG,

pimcore primer@bephpug 2012

Page 2: pimcore primer - PHP UserGroup Berlin...pimcore Since 2010 OpenSource / BSD license Austrian company elements.at ExtJS backend Zend Framework 1 based Features Responsive UI WYSIWYG,

@chluehr

Christoph Lühr

Page 3: pimcore primer - PHP UserGroup Berlin...pimcore Since 2010 OpenSource / BSD license Austrian company elements.at ExtJS backend Zend Framework 1 based Features Responsive UI WYSIWYG,

Head of Development

basilicom Gmbh

Page 4: pimcore primer - PHP UserGroup Berlin...pimcore Since 2010 OpenSource / BSD license Austrian company elements.at ExtJS backend Zend Framework 1 based Features Responsive UI WYSIWYG,
Page 5: pimcore primer - PHP UserGroup Berlin...pimcore Since 2010 OpenSource / BSD license Austrian company elements.at ExtJS backend Zend Framework 1 based Features Responsive UI WYSIWYG,

(we are hiring, too)

Page 6: pimcore primer - PHP UserGroup Berlin...pimcore Since 2010 OpenSource / BSD license Austrian company elements.at ExtJS backend Zend Framework 1 based Features Responsive UI WYSIWYG,

Image source: http://www.flickr.com/photos/stinajonsson/3932774410 CC BY-NC 2.0

Page 7: pimcore primer - PHP UserGroup Berlin...pimcore Since 2010 OpenSource / BSD license Austrian company elements.at ExtJS backend Zend Framework 1 based Features Responsive UI WYSIWYG,
Page 8: pimcore primer - PHP UserGroup Berlin...pimcore Since 2010 OpenSource / BSD license Austrian company elements.at ExtJS backend Zend Framework 1 based Features Responsive UI WYSIWYG,
Page 9: pimcore primer - PHP UserGroup Berlin...pimcore Since 2010 OpenSource / BSD license Austrian company elements.at ExtJS backend Zend Framework 1 based Features Responsive UI WYSIWYG,
Page 10: pimcore primer - PHP UserGroup Berlin...pimcore Since 2010 OpenSource / BSD license Austrian company elements.at ExtJS backend Zend Framework 1 based Features Responsive UI WYSIWYG,
Page 11: pimcore primer - PHP UserGroup Berlin...pimcore Since 2010 OpenSource / BSD license Austrian company elements.at ExtJS backend Zend Framework 1 based Features Responsive UI WYSIWYG,
Page 12: pimcore primer - PHP UserGroup Berlin...pimcore Since 2010 OpenSource / BSD license Austrian company elements.at ExtJS backend Zend Framework 1 based Features Responsive UI WYSIWYG,

pimcore

● Since 2010

● OpenSource / BSD license

● Austrian company elements.at● ExtJS backend

● Zend Framework 1 based

Page 13: pimcore primer - PHP UserGroup Berlin...pimcore Since 2010 OpenSource / BSD license Austrian company elements.at ExtJS backend Zend Framework 1 based Features Responsive UI WYSIWYG,

Features

● Responsive UI

● WYSIWYG, image manipulation

● Drag & drop

● L10n (Frontend/Backend + GUI)

● Versioning

● User / roles / permissions

Page 14: pimcore primer - PHP UserGroup Berlin...pimcore Since 2010 OpenSource / BSD license Austrian company elements.at ExtJS backend Zend Framework 1 based Features Responsive UI WYSIWYG,

Under the hood

● Image / video processing pipelines

● DB/UI designer, PHP code generation

● Extensible plugin system

● Caching / optimizing output

● Multi-site capable

● Interfaces: WebDAV, SOAP, CSV, GA

Page 15: pimcore primer - PHP UserGroup Berlin...pimcore Since 2010 OpenSource / BSD license Austrian company elements.at ExtJS backend Zend Framework 1 based Features Responsive UI WYSIWYG,

Structure

1. Documents - Pages

2. Assets - Files, images

3. Objects - Database records

4. Properties

Page 16: pimcore primer - PHP UserGroup Berlin...pimcore Since 2010 OpenSource / BSD license Austrian company elements.at ExtJS backend Zend Framework 1 based Features Responsive UI WYSIWYG,

"sounds cool."

Page 17: pimcore primer - PHP UserGroup Berlin...pimcore Since 2010 OpenSource / BSD license Austrian company elements.at ExtJS backend Zend Framework 1 based Features Responsive UI WYSIWYG,

(there is no silver bullet)

not entirely.

Page 18: pimcore primer - PHP UserGroup Berlin...pimcore Since 2010 OpenSource / BSD license Austrian company elements.at ExtJS backend Zend Framework 1 based Features Responsive UI WYSIWYG,

No frontend components.... but:

● Zend Framework MVC

● PHP views + view helpers

● Simple elements:

○ text, image, textarea, link

● loops, re-usable blocks

Page 19: pimcore primer - PHP UserGroup Berlin...pimcore Since 2010 OpenSource / BSD license Austrian company elements.at ExtJS backend Zend Framework 1 based Features Responsive UI WYSIWYG,

Example: Template - "Editables"

<div class="logo">

<?= $this->image("logoImage") ?>

<div>

<div class="content">

<?= $this->textarea("contentText") ?>

<div>

Page 20: pimcore primer - PHP UserGroup Berlin...pimcore Since 2010 OpenSource / BSD license Austrian company elements.at ExtJS backend Zend Framework 1 based Features Responsive UI WYSIWYG,

UI / Objects / Database designer● Define forms easy like "Access"

● "PhpMyAdmin on steroids"

● Auto-generated ORM PHP code

● Weird structure "object_12"

● De-normalized, missing indexes

● Filesystem dependencies

Page 21: pimcore primer - PHP UserGroup Berlin...pimcore Since 2010 OpenSource / BSD license Austrian company elements.at ExtJS backend Zend Framework 1 based Features Responsive UI WYSIWYG,

#FAIL

Filesystem-driven

=> collaborative development is hard

Sequence-ID vs. GUID

=> content migration pain

DB structure, strongly de-normalized

=> performance penalties

Page 22: pimcore primer - PHP UserGroup Berlin...pimcore Since 2010 OpenSource / BSD license Austrian company elements.at ExtJS backend Zend Framework 1 based Features Responsive UI WYSIWYG,

Image source: http://www.flickr.com/photos/maynard/31873151/ CC BY-NC-SA 2.0

Page 23: pimcore primer - PHP UserGroup Berlin...pimcore Since 2010 OpenSource / BSD license Austrian company elements.at ExtJS backend Zend Framework 1 based Features Responsive UI WYSIWYG,

Demo

Page 24: pimcore primer - PHP UserGroup Berlin...pimcore Since 2010 OpenSource / BSD license Austrian company elements.at ExtJS backend Zend Framework 1 based Features Responsive UI WYSIWYG,

...welcome to the RealWorld(tm)

Use Cases

Page 25: pimcore primer - PHP UserGroup Berlin...pimcore Since 2010 OpenSource / BSD license Austrian company elements.at ExtJS backend Zend Framework 1 based Features Responsive UI WYSIWYG,

Fashion brand: Sportalm Kitzbuehel

Website

Page 26: pimcore primer - PHP UserGroup Berlin...pimcore Since 2010 OpenSource / BSD license Austrian company elements.at ExtJS backend Zend Framework 1 based Features Responsive UI WYSIWYG,
Page 27: pimcore primer - PHP UserGroup Berlin...pimcore Since 2010 OpenSource / BSD license Austrian company elements.at ExtJS backend Zend Framework 1 based Features Responsive UI WYSIWYG,

Fashion brand: Sportalm Kitzbuehel

Shop integration

Page 28: pimcore primer - PHP UserGroup Berlin...pimcore Since 2010 OpenSource / BSD license Austrian company elements.at ExtJS backend Zend Framework 1 based Features Responsive UI WYSIWYG,

Product data

Page 29: pimcore primer - PHP UserGroup Berlin...pimcore Since 2010 OpenSource / BSD license Austrian company elements.at ExtJS backend Zend Framework 1 based Features Responsive UI WYSIWYG,
Page 30: pimcore primer - PHP UserGroup Berlin...pimcore Since 2010 OpenSource / BSD license Austrian company elements.at ExtJS backend Zend Framework 1 based Features Responsive UI WYSIWYG,

Sony, Citroen, ...

Facebook apps

Page 31: pimcore primer - PHP UserGroup Berlin...pimcore Since 2010 OpenSource / BSD license Austrian company elements.at ExtJS backend Zend Framework 1 based Features Responsive UI WYSIWYG,

Decoupling.

Page 32: pimcore primer - PHP UserGroup Berlin...pimcore Since 2010 OpenSource / BSD license Austrian company elements.at ExtJS backend Zend Framework 1 based Features Responsive UI WYSIWYG,
Page 33: pimcore primer - PHP UserGroup Berlin...pimcore Since 2010 OpenSource / BSD license Austrian company elements.at ExtJS backend Zend Framework 1 based Features Responsive UI WYSIWYG,
Page 34: pimcore primer - PHP UserGroup Berlin...pimcore Since 2010 OpenSource / BSD license Austrian company elements.at ExtJS backend Zend Framework 1 based Features Responsive UI WYSIWYG,

Questions?

Page 35: pimcore primer - PHP UserGroup Berlin...pimcore Since 2010 OpenSource / BSD license Austrian company elements.at ExtJS backend Zend Framework 1 based Features Responsive UI WYSIWYG,

Thanks!

Page 36: pimcore primer - PHP UserGroup Berlin...pimcore Since 2010 OpenSource / BSD license Austrian company elements.at ExtJS backend Zend Framework 1 based Features Responsive UI WYSIWYG,

Contact, links, ...

● Christoph LühreMail: [email protected], [email protected] Twitter: @chluehr

● Slides licenseAttribution-NonCommercial-ShareAlike 3.0http://creativecommons.org/licenses/by-nc-sa/3.0/

● Pimcorehttp://www.pimcore.org