Page 1 of 1
Setting theme. How do I set theme in Yii framework?
#1
Posted 15 September 2011 - 01:16 AM
I am a new programmer in php and Yii framework. I want to set theme in yii framework
How do I set theme in Yii framework?
and also how do i create widget in yii?
How do I set theme in Yii framework?
and also how do i create widget in yii?
#2
Posted 15 September 2011 - 03:01 AM
eliminator2009, on 15 September 2011 - 01:16 AM, said:
I am a new programmer in php and Yii framework. I want to set theme in yii framework
How do I set theme in Yii framework?
and also how do i create widget in yii?
How do I set theme in Yii framework?
and also how do i create widget in yii?
In the application configuration, if we configure
return array(
'theme'=>'basic',
......
);quoted form here: http://www.yiiframew.../topics.theming
create a widget:
http://www.yiiframew...ics.view#widget
#3
Posted 15 September 2011 - 04:57 AM
Greg Molnar, on 15 September 2011 - 03:01 AM, said:
In the application configuration, if we configure
return array(
'theme'=>'basic',
......
);quoted form here: http://www.yiiframew.../topics.theming
create a widget:
http://www.yiiframew...ics.view#widget
Thanks.
I have changed theme easily. But I can't understand in detail about widgets.
How do i create widget step by step?
Can you tell Me?
#4
Posted 15 September 2011 - 06:08 AM
here is a short article about it:
http://www.yiiframew...eadcrumb-widget
let me know if it doesn't help and I will write a more detailed one.
http://www.yiiframew...eadcrumb-widget
let me know if it doesn't help and I will write a more detailed one.
#5
Posted 15 September 2011 - 07:38 AM
Greg Molnar, on 15 September 2011 - 06:08 AM, said:
here is a short article about it:
http://www.yiiframew...eadcrumb-widget
let me know if it doesn't help and I will write a more detailed one.
http://www.yiiframew...eadcrumb-widget
let me know if it doesn't help and I will write a more detailed one.
I mean to say that, a widget in which i have tree view type menu as per user roles.
i am going to develop a store management system. This widget should help me.
Is there any possibility?
#8
Posted 16 September 2011 - 05:36 AM
why don't you use CMenu? you can generate the array of items from your database.
#11
Posted 18 December 2012 - 05:39 AM
elenalee, on 11 November 2011 - 01:32 PM, said:
how to set different themes
============
============
Hi,
you can set theme as per action also..
Yii::app()->theme='themename';
Thanks,
Gaurish
Gaurish
Share this topic:
Page 1 of 1

Help











