Extensions

Category:
Total 269 extensions.
Go to page:
cfilebrowserwidget 3 reviews   downloaded 177 times
An AJAX directory browser browser
created by kbradwick, last updated on June 25, 2010

This widget will display a nice looking directory browser in your view files. It uses the jQuery File Tree plugin and jQuery Easing plugin to render the browser.

CFileBrowserWidget

Resources

cascaded-validator no review yet   downloaded 37 times
Applies any validator to an attributes, but only if another attribute matches certain preconditions
created by musterknabe, last updated on June 25, 2010

This extension is a simple Validator. It can be used to validate a model attribute with any other built in or custom validator. It is only evaluated if another attribute fulfills certain preconditions (checked via any built in or custom validator).

Resources

webmail 1 review   not downloaded yet
Webmail module for Yii
created by robregonm, last updated on June 23, 2010

This extension is a Webmail module that can manage email accounts (IMAP, POP), send mail. This module is being developed (contributors are welcome).

Resources

fullcalendar 4 reviews   downloaded 22457 times
fullCalendar
created by sharehua, last updated on June 20, 2010

This extension is fullCalendar alt "例图"

array-data-provider 3 reviews   downloaded 232 times
Array Data Provider
created by Yeti, last updated on June 21, 2010

This extension is a data provider (CDataProvider) for array data with paging and sorting support for use in (for example) CGridView.

There is a demo in the package.

Resources

metadata 2 reviews   downloaded 93 times
Yii Metadada component
created by nayjest, last updated on June 14, 2010

Yii Metadata component helps to get information about models,controllers and actions from your application

For using you need:

  1. Place this file to directory with components of your application (your_app_dir/protected/components)

  2. Add it to 'components' in your application config (your_app_dir/protected/config/main.php) 'components'=>array( 'metadata'=>array('class'=>'Metadata'), ... ),

  3. Use: $user_actions = Yii::app()->metadata->getActions('UserController'); var_dump($user_actions);

    $controllers = Yii::app()->metadata->getControllers(); var_dump($controllers);

    $models = Yii::app()->metadata->getModels(); var_dump($models);

    $modules = Yii::app()->metadata->getModules(); var_dump($modules);

Resources

cvisualizewidget no review yet   downloaded 129 times
CVisualizeWidget
created by kbradwick, last updated on July 19, 2010

This widget makes it easy to render charts and graphs within your web application by utilising the visualize jQuery plugin as found here: http://code.google.com/p/dwpe/

Resources

virtualmodel 2 reviews   downloaded 72 times
VirtualModel
created by dongbeta, last updated on June 16, 2010

When you use form builder to create a form, you must transfer a array and a model as parameter to CForm like this:

$array = include('blogEditForm.php'); // blogEditForm.php return a array
$model = new BlogActiveRecord();
$form = CForm($array, $model);
//after this you can use $form and display it
$form->render();

But, it is impossible if $model is not a CModel. For example, if you wanna display a form to collection same data and save the data to files or in a single field of a table after serialized.

I got a idea form CForm that I can build a form by a array. why can't I build a model by a array ? Now, this virtual model is actually what you want. It's a simple calss extends CModel, but I add same simple functions to help you build a model by a array.

PS: I haven't has fully test for it. If there are same mistake, please can tell me.

In Chinese: 使用一个数组来通过VirtualModel来生成model,就像用一个数组通过CForm生成一个表单一样。 中文使用说明 here

Here are same resources

nestedsetbehavior 1 review   downloaded 200 times
Nested set behavior for AR models
created by samdark, last updated on June 11, 2010

This extension allows AR models to work with nested sets tree.

Author is creocoder.

Resources

yiiadmin 1 review   downloaded 75 times
yiiAdmin - Automatic admin interface
created by kmddm, last updated on June 11, 2010

This extension is ...

Automatic admin interface. It reads your model to provide a interface that you can immediately use to start adding content to the site.

For download use git. git@github.com:firstrow/yiiadmin.git

or press here to download latest source zip file.

Screenshot

Resources

Go to page: