[Notice] Undefined property: Security::$template

GET /Security/

Line 148 in C:\inetpub\www.bsa.bg\framework\view\ViewableData.php

Source

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