Yii HMVC

Comparing #2 with #3

Tags

Initial writeupHMVC, reusable requests, action, view, controller, AJAX

Content

[...]
<?php Yii::app()->runController('hmvc/default/quotationlist');?>
</div>
</div>

```
Reusable HMVC controller
 
------------------
i created an hmvc module which has this controller  
 
Reusable HMVC controller
 
------------------
 


```php
[...]
}
```
notice that i only used render partials or echo
 
 
hmvc 
HMVCviews
---------

**customer.php**
[...]