Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Developing with Pimcore

Developing with Pimcore

bephpug 2015-03

Christoph Lühr

March 03, 2015
Tweet

More Decks by Christoph Lühr

Other Decks in Programming

Transcript

  1. Christoph Lühr @chluehr / bephpug 2015 "Mad Men's Guide to

    Fun & Profit" Developing with Pimcore
  2. ...

  3. BSD

  4. MVC

  5. // Object creation $person = Object\Person::create(array( 'name' => 'Chris', 'description'

    => 'Fast talker' )); $person->setWeight(75); $person->save();