# shiftcontroller/2.1.0/application/controllers/admin/locations.php

ShiftController Employee Shift Scheduling, version 2.1.0. 17 lines.

- Page: https://pluginprobe.com/plugins/shiftcontroller/2.1.0/code/application/controllers/admin/locations.php
- Raw: https://pluginprobe.com/plugins/shiftcontroller/2.1.0/raw/application/controllers/admin/locations.php
- Modified: 2013-11-19T19:08:10+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/shiftcontroller/2.1.0/code/application/controllers/admin/locations.php#L10-L20`.

```php
<?php if (!defined('BASEPATH')) exit('No direct script access allowed');

class Locations_controller extends Backend_controller_crud
{
	function __construct()
	{
		$this->conf = array(
			'model'		=> 'Location_model',
			'path'		=> 'admin/locations',
			'entity'	=> 'location',
			);
		parent::__construct();
	}
}

/* End of file customers.php */
/* Location: ./application/controllers/admin/categories.php */
```
