Very High Activity

News

  Analyzed 1 day ago based on code collected 1 day ago.
 
Posted 2 days ago
Extension for duplicate form fields
Posted 2 days ago
Extension for easy creating and caching thumbnails on real time.
Posted 4 days ago
Authorize users in you application with oauth 2.0 providers
Posted 4 days ago
Three common widgets for blog sidebar. You will find recent posts, most commented posts and blog archive.
Posted 5 days ago
FancyBox is a tool for displaying images, html content and multi-media in a Mac-style "lightbox".
Posted 6 days ago
A very nice looking count down for launching of website or products. Full Customization possible and very easy to use.
Posted 8 days ago
usually someone confused to make layouts in yii.

and how do to make layouts in yii?
whether to change the CSS Default?
or should create a new css file?
Okay I will explain a bit about how to create layouts in yii.

let us ... [More] consider

The first thing you should do is download the file layouts that are small in
Yii Layouts

there are several options, you can choose one layouts.
example:
I use the Triplets
and now go to the folder Triplets / layouts / and copy files triplets.php

and paste into YourApplication / protected / views / layouts

after finished moving files to a folder triplets.php layouts, now you have to set the configuration.
Now enter the folder

YourApplication / protected / components / and open the file Controller.php

after the change as below.

/**
* Controller is the customized base controller class.
* All controller classes for this application should extend from this base class.
*/
class Controller extends CController
{
/**
* @var string the default layout for the controller view. Defaults to '//layouts/column1',
* meaning using a single column layout. See 'protected/views/layouts/column1.php'.
*/
public $layout='//layouts/triplets';/ / change the layouts here with triplets or others

/**
* @var array context menu items. This property will be assigned to {@link CMenu::items}.
*/
public $menu=array();
/**
* @var array the breadcrumbs of the current page. The value of this property will
* be assigned to {@link CBreadcrumbs::links}. Please refer to {@link CBreadcrumbs::links}
* for more details on how to specify this property.
*/
public $breadcrumbs=array();
}

completed

make it easy yeah
I hope this helps

working safely. [Less]
Posted 8 days ago
Calender to show events with ajax load feature
Posted 9 days ago
Reduces annoying need to check if model attributes and relations are empty/null/undefined.
Posted 9 days ago
Scalar Objects (with output chaining) for your Yii model attributes.
 

 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.