Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/igorsantos07/yii-extensions
A couple of extensions that I use to make my life when developing with Yii easier.
https://github.com/igorsantos07/yii-extensions
Last synced: about 5 hours ago
JSON representation
A couple of extensions that I use to make my life when developing with Yii easier.
- Host: GitHub
- URL: https://github.com/igorsantos07/yii-extensions
- Owner: igorsantos07
- Created: 2011-07-26T02:33:25.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-10-04T13:51:31.000Z (about 12 years ago)
- Last Synced: 2024-04-14T22:56:10.644Z (7 months ago)
- Language: PHP
- Homepage:
- Size: 4.19 MB
- Stars: 6
- Watchers: 5
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# assets/
Asset files for the simple extensions of this folder (not the ones that have its own folder).# behaviors/
Different behaviors to attach to classes.
## AlertRedirector
Gives the user a JS alert and then redirects it to another page. Useful to give a notice that the entry was updated before sending the user to the list page.
## HasImage
[*Depends on: `ImageCropper`*]
Model behavior. Add support to image field(s) to a model, with thumbnails and etc.
## SimpleStatus
Model behavior. Adds named scopes and methods to toggle a status field.
## Snippetable
Easily create snippets from fields of a model.
## YouTubeUploader
Add to a form to make easier to upload a video. I can't remember exactly how this works at the time I'm writing this to make a better explanation.
## YouTubeVideo
Add to models that handle YouTube videos. I can't remember exactly how this works at the time I'm writing this to make a better explanation.# fancybox
# helpers/
Collection of useful methods.
## ArrayHelper
Useful methods to work with arrays.
## DateHelper
Useful methods to work with date and time.
*empty*# mbmenu
*empty*# tinymce
Adds support to TinyMCE text fields - full WYSIWYG editor.# Zend/
## Gdata/
Extensions to handle all kind of Google thing, like videos, calendar, photos, docs, geo, etc
## Http/, Uri/, Validate/
Used by Gdata.# BooleanButtonColumn
*empty*# ImageCropper
[*Used by `behaviors/HasImage`*]
Resizes and crops an image.# PipedButtonColumn
A ButtonColumn with pipes (|) between each option# VarDumper
A var_dump for models that shows its attributes and relations too.# cryptastic
Extension to crypt and decrypt things.