Proyek PSW online_voting
Showing
online_voting/.bowerrc
0 → 100644
online_voting/.gitignore
0 → 100644
online_voting/LICENSE.md
0 → 100644
online_voting/README.md
0 → 100644
online_voting/Vagrantfile
0 → 100644
online_voting/assets/AppAsset.php
0 → 100644
online_voting/codeception.yml
0 → 100644
online_voting/commands/HelloController.php
0 → 100644
online_voting/composer.json
0 → 100644
online_voting/composer.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
online_voting/config/console.php
0 → 100644
online_voting/config/db.php
0 → 100644
online_voting/config/params.php
0 → 100644
online_voting/config/test.php
0 → 100644
online_voting/config/test_db.php
0 → 100644
online_voting/config/web.php
0 → 100644
online_voting/controllers/SiteController.php
0 → 100644
online_voting/controllers/UserController.php
0 → 100644
online_voting/db_online_voting.sql
0 → 100644
This diff is collapsed.
Click to expand it.
online_voting/docker-compose.yml
0 → 100644
online_voting/mail/layouts/html.php
0 → 100644
online_voting/models/Account.php
0 → 100644
online_voting/models/ContactForm.php
0 → 100644
online_voting/models/HasilVoting.php
0 → 100644
online_voting/models/HasilVotingSearch.php
0 → 100644
online_voting/models/LoginForm.php
0 → 100644
online_voting/models/MVoting.php
0 → 100644
online_voting/models/MVotingSearch.php
0 → 100644
online_voting/models/RegistrationForm.php
0 → 100644
online_voting/models/TKandidat.php
0 → 100644
online_voting/models/TKandidatSearch.php
0 → 100644
online_voting/models/TUser.php
0 → 100644
online_voting/models/User.php
0 → 100644
online_voting/requirements.php
0 → 100644
online_voting/runtime/.gitignore
0 → 100644
online_voting/tests/_bootstrap.php
0 → 100644
online_voting/tests/_data/.gitkeep
0 → 100644
online_voting/tests/_output/.gitignore
0 → 100644
online_voting/tests/_support/UnitTester.php
0 → 100644
online_voting/tests/acceptance/AboutCest.php
0 → 100644
online_voting/tests/acceptance/HomeCest.php
0 → 100644
online_voting/tests/acceptance/LoginCest.php
0 → 100644
online_voting/tests/bin/yii
0 → 100644
online_voting/tests/bin/yii.bat
0 → 100644
online_voting/tests/functional.suite.yml
0 → 100644
online_voting/tests/unit.suite.yml
0 → 100644
online_voting/tests/unit/_bootstrap.php
0 → 100644
online_voting/tests/unit/models/UserTest.php
0 → 100644
online_voting/vagrant/config/.gitignore
0 → 100644
online_voting/vagrant/nginx/app.conf
0 → 100644
online_voting/vagrant/nginx/log/.gitignore
0 → 100644
online_voting/views/hasil-voting/_form.php
0 → 100644
online_voting/views/hasil-voting/_search.php
0 → 100644
online_voting/views/hasil-voting/create.php
0 → 100644
online_voting/views/hasil-voting/index.php
0 → 100644
online_voting/views/hasil-voting/update.php
0 → 100644
online_voting/views/hasil-voting/view.php
0 → 100644
online_voting/views/kandidat/_form.php
0 → 100644
online_voting/views/kandidat/_search.php
0 → 100644
online_voting/views/kandidat/create.php
0 → 100644
online_voting/views/kandidat/index.php
0 → 100644
online_voting/views/kandidat/update.php
0 → 100644
This diff is collapsed.
Click to expand it.
online_voting/views/kandidat/view.php
0 → 100644
This diff is collapsed.
Click to expand it.
online_voting/views/layouts/main.php
0 → 100644
This diff is collapsed.
Click to expand it.
online_voting/views/site/_form.php
0 → 100644
This diff is collapsed.
Click to expand it.
online_voting/views/site/about.php
0 → 100644
This diff is collapsed.
Click to expand it.
online_voting/views/site/contact.php
0 → 100644
This diff is collapsed.
Click to expand it.
online_voting/views/site/error.php
0 → 100644
This diff is collapsed.
Click to expand it.
online_voting/views/site/index.php
0 → 100644
This diff is collapsed.
Click to expand it.
online_voting/views/site/login.php
0 → 100644
This diff is collapsed.
Click to expand it.
online_voting/views/site/register.php
0 → 100644
This diff is collapsed.
Click to expand it.
online_voting/views/site/register_user.php
0 → 100644
This diff is collapsed.
Click to expand it.
online_voting/views/user/_form.php
0 → 100644
This diff is collapsed.
Click to expand it.
online_voting/views/user/_search.php
0 → 100644
This diff is collapsed.
Click to expand it.
online_voting/views/user/create.php
0 → 100644
This diff is collapsed.
Click to expand it.
online_voting/views/user/index.php
0 → 100644
This diff is collapsed.
Click to expand it.
online_voting/views/user/update.php
0 → 100644
This diff is collapsed.
Click to expand it.
online_voting/views/user/view.php
0 → 100644
This diff is collapsed.
Click to expand it.
online_voting/views/voting/_form.php
0 → 100644
This diff is collapsed.
Click to expand it.
online_voting/views/voting/_search.php
0 → 100644
This diff is collapsed.
Click to expand it.
online_voting/views/voting/create.php
0 → 100644
This diff is collapsed.
Click to expand it.
online_voting/views/voting/index.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
online_voting/views/voting/update.php
0 → 100644
This diff is collapsed.
Click to expand it.
online_voting/views/voting/view.php
0 → 100644
This diff is collapsed.
Click to expand it.
online_voting/views/voting/view_data.php
0 → 100644
This diff is collapsed.
Click to expand it.
online_voting/web/.htaccess
0 → 100644
This diff is collapsed.
Click to expand it.
online_voting/web/assets/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
online_voting/web/css/site.css
0 → 100644
This diff is collapsed.
Click to expand it.
online_voting/web/favicon.ico
0 → 100644
This diff is collapsed.
Click to expand it.
online_voting/web/index-test.php
0 → 100644
This diff is collapsed.
Click to expand it.
online_voting/web/index.php
0 → 100644
This diff is collapsed.
Click to expand it.
online_voting/web/robots.txt
0 → 100644
This diff is collapsed.
Click to expand it.
online_voting/widgets/Alert.php
0 → 100644
This diff is collapsed.
Click to expand it.
online_voting/yii
0 → 100644
This diff is collapsed.
Click to expand it.
online_voting/yii.bat
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment