Yii Framework Forum: [EXTENSION] EasyFramework - Yii Framework Forum

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

[EXTENSION] EasyFramework Rate Topic: -----

#1 User is offline   prchakal Icon

  • Junior Member
  • Pip
  • Group: Members
  • Posts: 28
  • Joined: 20-January 10

Posted 04 February 2010 - 11:00 AM

This topic is about the 'easyframework' extension(http://www.yiiframew...n/easyframework).

This extension implements the EasyFramework in your application.

EasyFramework is a client framework that run in your browser, and consists only in javascript and stylesheet files.

You can see the oficial demo here: http://easyframework.com/demo.php

To use this extension is simple, follow the steps:

1 - Download the extension and unpack on 'extensions' dir.

2 - Edit your config file(config/main.php) and add the component:
'components'=>array(
...
        'easyframework' => array(
            'class' => 'application.extensions.easyframework.EEasyFramework',
            'cache' => true,      
        ),
...


3 - Add the component to preload array in your config file(config/main.php):
'preload'=>array(..., 'easyframework'),


So simple, no?

I recommend that you remove the blueprint css framework from your layout, because the EasyFramework already reset all for you and add pre-built styles as you can see here: http://easyframework...sy1.0/demo.html

To remove the default blueprint css framework from your layout, you can delete the lines:

<!-- blueprint CSS framework -->
<link rel="stylesheet" type="text/css" href="<?php echo Yii::app()->request->baseUrl; ?>/css/screen.css" media="screen, projection" />
<link rel="stylesheet" type="text/css" href="<?php echo Yii::app()->request->baseUrl; ?>/css/print.css" media="print" />
<!--[if lt IE 8]>
<link rel="stylesheet" type="text/css" href="<?php echo Yii::app()->request->baseUrl; ?>/css/ie.css" media="screen, projection" />
<![endif]-->


Now you will use the complete EasyFramework that will help you in all your development.
0

#2 User is offline   qwerty Icon

  • Standard Member
  • PipPip
  • Group: Members
  • Posts: 254
  • Joined: 20-November 08

Posted 04 February 2010 - 05:36 PM

Nice :)
0

#3 User is offline   prchakal Icon

  • Junior Member
  • Pip
  • Group: Members
  • Posts: 28
  • Joined: 20-January 10

Posted 05 February 2010 - 06:42 PM

I make the support for EXTENSION DOWNLOAD command.

You can get with console command:
extension install easyframework

You can see how to use this command, here:
http://www.yiiframew...nent-extension/
0

#4 User is offline   jjoy Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 1
  • Joined: 16-June 10

Posted 17 June 2010 - 07:18 AM

I have this error on loading my app from ::base.php

Property "CUrlManager.easyframework" is not defined.

I like easyframework but what will append with all the code produce by gii module?

thank you
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users