[Notice] Undefined property: Security::$template

GET /Security/

Line 146 in /home/kulturnid/domains/arhiv2.kulturnidom-ng.si/public_html/framework/view/ViewableData.php

Source

137 	}
138 	
139 	/**
140 	 * Get the value of a field on this object. This should be overloaded in child classes.
141 	 *
142 	 * @param string $field
143 	 * @return mixed
144 	 */
145 	public function getField($field) {
146 		return $this->$field;
147 	}
148 	
149 	/**
150 	 * Set a field on this object. This should be overloaded in child classes.
151 	 *
152 	 * @param string $field

Trace

Welcome to SilverStripe

Getting Started

To get started with the SilverStripe framework:

  1. Create a Controller subclass (doc.silverstripe.org/framework/en/topics/controller)
  2. Setup the routes.yml to your Controller (doc.silverstripe.org/framework/en/reference/director#routing).
  3. Create a template for your Controller (doc.silverstripe.org/framework/en/reference/templates)

Community resources