Incam_PROFIND_Web/www/protected/views/empresa/create.php
roberto 1e044b6498 Subida inicial.
Funciona:
- Usuario
- Empresa

git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_PROFIND_Web/trunk@2 3fe1ab16-cfe0-e34b-8c9f-7d8c168d430d
2012-09-20 19:38:42 +00:00

18 lines
371 B
PHP

<?php
/* @var $this EmpresaController */
/* @var $model Empresa */
$this->breadcrumbs=array(
'Empresas'=>array('index'),
'Create',
);
$this->menu=array(
array('label'=>'List Empresa', 'url'=>array('index')),
array('label'=>'Manage Empresa', 'url'=>array('admin')),
);
?>
<h1>Create Empresa</h1>
<?php echo $this->renderPartial('_form', array('model'=>$model)); ?>