Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prawee/yii-components
collect some code that often use by me.
https://github.com/prawee/yii-components
behaviour components php yii2 yii2-components
Last synced: about 1 month ago
JSON representation
collect some code that often use by me.
- Host: GitHub
- URL: https://github.com/prawee/yii-components
- Owner: prawee
- Created: 2013-05-15T09:57:45.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-05T07:19:47.000Z (over 11 years ago)
- Last Synced: 2024-11-14T16:45:51.070Z (3 months ago)
- Topics: behaviour, components, php, yii2, yii2-components
- Language: PHP
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
yii-components
==============
collect some code that often use by me.i make separate folder by
http://www.yiiframework.com/wiki/478/alternative-folder-structure-for-a-standard-yii-app/*behaviours -- contains all the behaviours
*extenders -- all classes, that extends framework's base classes, for example Controller
*functions -- classes, that acts like common function repositories or helpers
*widgets -- for all the visual widgets.