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.
4 lines
237 B
4 lines
237 B
7 years ago
|
$data['<?php echo $plural_name ?>'] = Model_<?php echo $model_name; ?>::find_all();
|
||
|
$this->template->title = "<?php echo ucfirst($plural_name); ?>";
|
||
|
$this->template->content = View::forge('<?php echo $view_path; ?>/index', $data);
|