Changeset 4 for trunk/frontend
- Timestamp:
- 12/02/05 11:31:15 (7 years ago)
- Files:
-
- trunk/frontend/config/orm.yml (modified) (1 diff)
- trunk/frontend/modules/question (added)
- trunk/frontend/modules/question/actions (added)
- trunk/frontend/modules/question/actions/actions.class.php (added)
- trunk/frontend/modules/question/templates (added)
- trunk/frontend/modules/question/templates/editSuccess.php (added)
- trunk/frontend/modules/question/templates/listSuccess.php (added)
- trunk/frontend/modules/question/templates/showSuccess.php (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/frontend/config/orm.yml
r2 r4 2 2 adapter: mysql 3 3 host: localhost 4 database: symfony4 database: askeet 5 5 username: root 6 6 password:
