Last active
February 10, 2017 19:08
-
-
Save putzflorian/7788421 to your computer and use it in GitHub Desktop.
Zend_View_Helper
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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