Extensions

Category:
Total 76 extensions.
Go to page:
dburlmanager 1 review   downloaded 62 times
Dynamic URL rules based on database (pretty permalinks or friendly URLs)
created by mentel, last updated on September 1, 2010

DbUrlManager extension.

Provides dynamic database-based URL rules.

These dynamic rules are like Wordpress' "pretty permalinks" or "friendly URLs". You do not have to have the controller name (or ID) on the URL: this extension can handle the request URI and route it to the correct controller.

Examples of clean and friendly URLs made possible by this extension:

http://mystore.com/blue-coffe-mug

http://myblog.com/my-first-post

Resources

phpexcel-codeplex 2 reviews   downloaded 27 times
http://www.codeplex.com/PHPExcel
created by sharehua, last updated on August 30, 2010

This extension is ... http://www.codeplex.com/PHPExcel Download from phpexcel-codeplex

Resources

image-helper 1 review   downloaded 205 times
Image helper for thumbnails
created by mech7, last updated on August 17, 2010

This is a helper for creating and caching thumbnails. Based on PHPThumb, The benefit over the image component ported from kohana is that it allows more resizing methods (like adaptive resize.

Resources

yii-class-generator-suite 4 reviews   downloaded 407 times
collection of Gii code generators
created by volkmar, last updated on August 21, 2010

This project offer you a collection of Gii code generators for mostly used yii classes which are the starting points to extend the framework or your Yii-projects.

There are generators for components/ classes...

  • widgets
  • portlets
  • actions
  • events
  • application components
  • behaviors
  • log routes
  • validators
  • filters
  • view renderers
  • console commands
  • php classes (...is under construction)

It show you also how to costumize existing code templates with owen templates.

I added some informations for newbies in the generators. I hope it will help you to find the way through the Yii universe faster.

Have fun & more time through the generators for other passions than Yii! ;-)

Resources

razorviewrenderer 1 review   downloaded 39 times
Razor - new view templates renderer
created by krab, last updated on August 26, 2010

Razor does not require you to explicitly close the code-block.

Compact, Expressive, and Fluid: Razor minimizes the number of characters and keystrokes required in a file, and enables a fast, fluid coding workflow. Unlike most template syntaxes, you do not need to interrupt your coding to explicitly denote server blocks within your HTML. The parser is smart enough to infer this from your code. This enables a really compact and expressive syntax which is clean, fast and fun to type.

Easy to Learn: Razor is easy to learn and enables you to quickly be productive with a minimum of concepts. You use all your existing language and HTML skills.

Resources

formatbehavior no review yet   downloaded 85 times
FormatBehavior and AutoTimeStamp
created by rafa.informatica, last updated on July 19, 2010

A component to manage the formatting in the input / output data as a CActiveRecordBehavior. Opportunity makes the job of AutoTimeStamp.

swfupload no review yet   downloaded 288 times
Swfupload is a power and flexible upload engine write on javascript and actionscript now combined with yii framework.
created by thiagovidal, last updated on July 25, 2010

SWFUpload is a small JavaScript/Flash library to get the best of both worlds. It features the great upload capabilities of Flash and the accessibility and ease of HTML/CSS now combined with the power of Yii framework.

SwfUpload

Resources

Donate

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

Go to page: