https://github.com/usagi/2014-php-example-c3
2014-php-example-C3
https://github.com/usagi/2014-php-example-c3
Last synced: 3 months ago
JSON representation
2014-php-example-C3
- Host: GitHub
- URL: https://github.com/usagi/2014-php-example-c3
- Owner: usagi
- License: mit
- Created: 2014-07-14T18:51:47.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-14T18:51:55.000Z (almost 11 years ago)
- Last Synced: 2025-01-13T11:11:25.384Z (5 months ago)
- Language: PHP
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
2014-php-example-C3
===================The example-C3 for the my PHP lecture.
## How to use
1. Get the repos: `git clone https://github.com/usagi/2014-php-example-C3.git`
1. Change the current directory: `cd 2014-php-example-C3`
1. Check branches: `git branch`
1. Checkout branch: `git checkout initial-example`
1. Run PHP: `php pdo-1.php` or etc.## Requirements
1. PHP ( >= 5.5 )
## License
- MIT for default
## Author
- Usagi Ito