in Back to PHP

My Way to PHP: Day 44-48 of 75

So, I chose the feedback application. It will be pretty simple. Besides the features I build on the other one I will add.

Features:

  • The ability to add and delete users
  • Each user can add one feedback tracking
  • Each user can only view his feedback

Pages:

  • Login
  • Feedback management (Code & Feedback)
  • User management (add & delete users)

Objects:

  • User
    • name
    • email
    • password
  • Comment
    • message
    • ipAddress
  • CommentCollection
    • List of Comment objects

I probably won’t be doing much or anything in the next week but afterwards I’m going to try to finish the app as soon as possible.

In the meantime I’m going to post some more of my prepared posts!


Updates Goals:

  • Write at least one web app using Symfony2 and its core components (templating, testing, forms, validation, security)

Progress status

In Progress

  • Write at least one web app using Symfony2 and its core components (templating, testing, forms, validation, security)

Write a Comment

Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.