JAAMS CSC131 Project - Web portion
A (hopefully) easy to use web framework focused on extensiblity.
Original Authors (ordered for maximum acronym awesomeness, and then alphabetically) :
- (J) + Jesse Rosato
- (A) + Adrian Chambers
- (A) + Anthony Cristiano
- (M) + Mark Talent
- (S) + Sairam Srinavasan
Usage: Initialize the core functionality by including ROOT/init.php.
- MVC in JAAMS
- Base controller class
- Coming soon: Base model model class
- Debugger class
- MVC in Forms
- Forms base controller class
- Form controller class
- Fieldset controller class
- Group controller class
- Input controller class
- Database interactions - Jesse.
- JAAMSForms_InputValidators - Anthony
- Javascript - Jesse
- Error messages - Anthony + Adrian ======= TODO:
- Validators - Adrian and Anthony
- Set proper default values for all inputs (Check client's notes) - Adrian and Anthony
- Add inputs that will be hidden/revealed by JS. - Adrian and Anthony
- Define (and use in templates) error messages. - Adrian and Anthony
- Javascript/AJAX. - Jesse
- FIX CSC131\ECS\Models\Base::save() - Jesse
- Expand logging, move Debugger to Logger - Jesse
- UPDATE SYSTEM DOCUMENTATION - Jesse