<?
$response = array();
if ($this->errors) $response['errors'] = $this->errors;
if ($this->form) $response['form'] = $this->render('manage/add-item.partial.phtml');
if ($this->message) $response['message'] = $this->message;
print $this->json($response);
# |
Change |
User |
Description |
Committed |
|
#1
|
16170 |
perforce_software |
Move Chronicle files to follow new path scheme for branching. |
|
|
//guest/perforce_software/chronicle/application/menu/views/scripts/manage/add-item.json.phtml |
#1
|
8972 |
Matt Attaway |
Initial add of the Chronicle source code |
|
|