Extensions
Go to page:
EOAuthUserIdentity class implements IUserIdentity Yii interface and the OAuth protocol to authenticate a user.
Based on Google's software.
Resources
CAction provides a way to divide a complex controller into smaller actions in separate class files. XRenderAction extends CAction to enable direct access to controller methods. So you can move code from action methods in a controller to action class files without changes and blow up the code.
The sample showing you the usage of the class together with controllers from the Yii Blog demo.
This extension is a validator that is used to convert non-null empty values to null. It should only be used on fields that are nullable, and is very useful where the column has a foreign key contraint. It can also be used to save database space on empty blobs.
Note: Yii 1.1.4 no longer converts an empty string unsigned int to a null - it stores it as "".
This extension is Javascript WYSIWYG Editor + File Manager + Spell checker Based on ext tinymce upadate it add elfinder and add spell check
Resources
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
This extension contains a widget to render an activeTextarea to enter Markdown text.
The rendered widget contains some buttons to add markdown tags for
- Bold, italic text
- Links
- Images
- Code
- Table structure.
Resources
This extension is ... http://www.codeplex.com/PHPExcel Download from phpexcel-codeplex
Resources
This extension is sends Yii log messages into hidden console, available by hot keys "Ctrl" + "~" (tilde) in any browser. This is port of HackerConsole by Dmitry Koterov.
