https://github.com/datashaman/yii-extensions
My Yii extension repository
https://github.com/datashaman/yii-extensions
Last synced: about 1 year ago
JSON representation
My Yii extension repository
- Host: GitHub
- URL: https://github.com/datashaman/yii-extensions
- Owner: datashaman
- Created: 2009-10-07T08:43:34.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2009-10-31T00:37:50.000Z (over 16 years ago)
- Last Synced: 2025-04-23T12:14:14.372Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 176 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
This repository houses any Yii extensions I've developed.
Currently the following extensions are hosted here:
jeditable - DsJEditableWidget - encapsulates a JEditable element into a CInputWidget, so it can be used in CForm definitions or anywhere in-place editing is required.
datetime - DsDateTimeWidget - encapsulates the [jQuery date entry plugin](http://keith-wood.name/dateEntry.html) and the [jQuery time entry plugin](http://keith-wood.name/timeEntry.html) from Keith Wood into a CInputWidget. Combines the 2 fields into one value to capture date and/or datetime attributes on models.
crudify - a collection of components which together create an admin interface for your models, dynamically generating forms and grids based on metadata, or configurative methods on the model.