Skip to content

Instantly share code, notes, and snippets.

@putzflorian
Last active February 10, 2017 19:08
Show Gist options
  • Select an option

  • Save putzflorian/7788421 to your computer and use it in GitHub Desktop.

Select an option

Save putzflorian/7788421 to your computer and use it in GitHub Desktop.
Zend_View_Helper
<?php
$this->getRequest()->getPost('id', null);
$this->headScript()->appendFile('/static/js/parsley.js','text/javascript');
$this->headLink()->appendStylesheet('/static/css/themenuebersicht.css');
// get snippet path
$this->snippet("xyz")->getSnippet()->getFullPath()
// set layout in view
$this->layout()->setLayout("standard");
// set content in layout
$this->layout()->content
Object_Service::createFolderByPath($parentpath);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment