Stash 2.3.4 (beta) or later
/layouts/
standard.html
/partials/
listing.html
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); | |
/** | |
* ExpressionEngine - by EllisLab | |
* | |
* @package ExpressionEngine | |
* @author ExpressionEngine Dev Team | |
* @copyright Copyright (c) 2003 - 2011, EllisLab, Inc. | |
* @license http://expressionengine.com/user_guide/license.html | |
* @link http://expressionengine.com |
Stash 2.3.4 (beta) or later
/layouts/
standard.html
/partials/
listing.html
For this tutorial I'm assuming you are already comfortable with CSS, Sass (I'll use the SCSS syntax) and Compass. Please get set up with each one of those before attempting to use Susy. Sass and Compass both have their own setup instructions and tutorials that you can use.
There is also reference documentation in the works.
CSS Systems
Installing Xcode and the command line tools need to be done first because it installs gcc
.
https://developer.apple.com/xcode/features/
Or via the terminal:
<?php | |
require_once(TOOLKIT . '/class.event.php'); | |
Class eventsave_order extends Event{ | |
const ROOTELEMENT = 'save-order'; | |
public $eParamFILTERS = array( | |
'etm-new-order-notification' |
Written based on hacking away at a custom event which aimed to take its data solely from entry data and $_SESSION values, and not posted values (which I understand may have been open to DOM hacking and required "ugly" frontend hidden fields).
I was traversing the XMLElement object generated by SymQL (or Entry object generated by EntryManager) with the object's methods and foreach
to get values, which seems to require a lot of effort and code:
php
A GUI, or rather a CMS interface for DocPad is the big next step. It was also one of the first proof of concepts I used to ensure DocPad would be able to scale into the web development platform of the future.
Back in the first early months of DocPad, I created three plugins: