CRUD application criteria
-Use a proper data model, this means using Object Oriented PHP if you choose PHP
-This model should have around 6-8 properties
-The model should have some sort of validation on at least one of it's parameters
-If you are using rails, use proper validation from the model
-if you choose PHP, you may validate after submission or use javascript to validation if you are comfortable with that
-Implement full CRUD functionality
-include a page that lists all the objects as the index page
-Attempt to implement search functionality
-you don't have to be successful with this, however you must include with your submission a readme or similar document detailing your thoughts and failed attempt. If you succeed then you don't have to share the documentation with me. The goal here is to push yourself a little and for me to see your thinking processes.
-Include any extra functionality that is needed for your application to make sense.
-There may nor be anything here, but please try to make your application make some sense. I will try to assist in anything for this if needed.