February 2012
4 posts
12 tags
Extended yii eexcelview with relational database...
Hi i modified eexcelview to support footer and db relationships
download the edited extension ->downlad file
whcih support relational database and footer functionality also it will automatically convert date format to in dd/mm/yyyy format
$balanceAmt=10;
$this->widget(‘application.extensions.EExcelView’, array( ‘id’=>’grid-view’, ...
17 tags
Deploy yii on pagoda box
pagoda box is very useful tool for a programmer to test their php app online
so its very useful one. For deploying code pagodabox use git command.
Refer:-
http://help.pagodabox.com/customer/portal/topics/86057-getting-started/articles
Refer article about yii:-
http://help.pagodabox.com/customer/portal/articles/175451-yiihttp://help.pagodabox.com/customer/portal/articles/175451-yii
especially...
sirin k: Using Twitter bootstrap in Yii framework →
sirink:
We can easily use twitter bootstrap in yii framework.Let give give you an example for twitter popover below:
$assetsDir = dirname(__FILE__).’/../assets’;
$cs = Yii::app()->getClientScript(); $cs->registerCssFile( Yii::app()->assetManager->
publish($assetsDir.’/css/bootstrap.min.css’) …