You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
$data['<?php echo $singular_name ?>'] = Model_<?php echo $model_name ?>::find_by_pk($id);
|
|
|
|
$this->template->title = "<?php echo ucfirst($singular_name) ?>";
|
|
$this->template->content = View::forge('<?php echo $view_path; ?>/view', $data);
|