Yii HMVC

Comparing #2 with #3

Revision #3 was created by ezekielnoob ezekielnoob on Aug 1, 2013, 8:51:42 PM.

update of tags

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**
[...]