Adjusted table with basic/advanced apps difference

This commit is contained in:
Alexander Makarov
2014-12-01 20:52:53 +03:00
parent a10ad973e2
commit 4069bb4977

View File

@ -14,19 +14,16 @@ The following table compares the difference between the advanced and the basic a
|---|:---:|:---:|
| Project structure | ✓ | ✓ |
| Site controller | ✓ | ✓ |
| User login/out | ✓ | ✓ |
| Form models | ✓ | ✓ |
| User login/logout | ✓ | ✓ |
| Forms | ✓ | ✓ |
| DB connection | ✓ | ✓ |
| Console command | ✓ | ✓ |
| Asset bundle | ✓ | ✓ |
| Codeception tests | ✓ | ✓ |
| Front- and back-end apps | | ✓ |
| Active record models | | ✓ |
| User registration | | ✓ |
| Email | ✓ | ✓ |
| Twitter Bootstrap | ✓ | ✓ |
| etc... | | ✓ |
| Front- and back-end apps | | ✓ |
| Ready to use User model | | ✓ |
| User signup and password restore | | ✓ |
Installation