https://github.com/kenjis/codeigniter-widgets
CodeIgniter Widget (View Partial) Sample
https://github.com/kenjis/codeigniter-widgets
Last synced: 9 months ago
JSON representation
CodeIgniter Widget (View Partial) Sample
- Host: GitHub
- URL: https://github.com/kenjis/codeigniter-widgets
- Owner: kenjis
- Created: 2016-01-14T02:03:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-16T08:36:15.000Z (almost 10 years ago)
- Last Synced: 2025-04-15T00:54:36.348Z (9 months ago)
- Language: PHP
- Homepage:
- Size: 43 KB
- Stars: 14
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodeIgniter Widget (View Partial) Sample
This is CodeIgniter 3 with [myth:Bay](https://github.com/newmythmedia/bay) which is a simple, framework-agnostic widget system.
* Widget Helper
* [helpers/widget_helper.php](https://github.com/kenjis/codeigniter-widgets/blob/master/application/helpers/widget_helper.php)
* Controller
* [controllers/Sample.php](https://github.com/kenjis/codeigniter-widgets/blob/master/application/controllers/Sample.php)
* [views/sample/index.php](https://github.com/kenjis/codeigniter-widgets/blob/master/application/views/sample/index.php)
* Widget
* [libraries/Blog_widget.php](https://github.com/kenjis/codeigniter-widgets/blob/master/application/libraries/Blog_widget.php)
* [views/blog/list_latest.php](https://github.com/kenjis/codeigniter-widgets/blob/master/application/views/blog/list_latest.php)
## Requirements
* PHP 5.4 or later
* `composer` command (See [Composer Installation](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx))
* Git
## Reference
*