Code |
Context$id = "3"
$task = array(
"Task" => array(
"id" => "3",
"contract_id" => "4",
"deliverytaskordernumber" => "0000",
"solicitationnumber" => "",
"title" => "Test Task Title",
"basicdescription" => "Test Basic Description",
"detaildescription" => "Test Detail Description",
"programmanager_id" => null,
"superintendent_id" => null,
"designtype_id" => "2",
"city" => "San Antonio",
"state_id" => "46",
"firmfixedprice" => "0",
"firmfixedpricenotes" => "",
"involvement_id" => null,
"setasidetype_id" => null,
"naicscode_id" => null,
"productservicecode_id" => null,
"currentstatus_id" => "1",
"percentofworksubbed" => null,
"originalcontractamount" => null,
"finalcontractamount" => null,
"contractamountnotes" => "",
"awarddate" => null,
"originalperfstart" => null,
"originalcompdate" => null,
"originalcompnotes" => "",
"finalcompdate" => null,
"finalcompnotes" => "",
"actualcompdate" => null,
"actualcompdatenotes" => "",
"contractjobowner_id" => "1"
),
"Contract" => array(
"id" => "4",
"number" => "1234",
"title" => "Contract Test Title",
"description" => "Contract Test Description",
"awarddate" => "2009-06-24",
"owner_id" => "124",
"base" => "Contract Test Base",
"options" => "Contract Test Options",
"magnitude" => null,
"pubdisplay" => "0"
),
"Programmanager" => array(
"id" => null,
"firstname" => null,
"lastname" => null,
"title" => null,
"email" => null,
"phone" => null,
"fax" => null,
"address" => null,
"city" => null,
"state_id" => null,
"zip" => null
),
"Superintendent" => array(
"id" => null,
"firstname" => null,
"lastname" => null,
"title" => null,
"email" => null,
"phone" => null,
"fax" => null,
"address" => null,
"city" => null,
"state_id" => null,
"zip" => null
),
"Designtype" => array(
"id" => "2",
"designtypetext" => "Design-Build"
),
"State" => array(
"id" => "46",
"short" => "TX",
"long" => "Texas"
),
"Involvement" => array(
"id" => null,
"name" => null
),
"Setasidetype" => array(
"id" => null,
"name" => null
),
"Naicscode" => array(
"id" => null,
"code" => null,
"description" => null
),
"Productservicecode" => array(
"id" => null,
"text" => null
),
"Currentstatus" => array(
"id" => "1",
"statustext" => "In-Progress"
),
"Contractjobowner" => array(
"id" => "1",
"name" => "Administrative Office of the U. S. Courts",
"address" => "",
"city" => "",
"state_id" => "0",
"zip" => ""
)
)
$photos = array(
array(
"Taskphoto" => array()
)
)
$this->set('task', $task);
$this->set('photos',$photos);
$this->set('permissions',$_SESSION['Task.permissions']);
TasksController::view_gallery() - APP/controllers/tasks_controller.php, line 205
Object::dispatchMethod() - CORE/cake/libs/object.php, line 117
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
[main] - CORE/mapcoinc.net/index.php, line 91