Welcome to petWatch
Your community network for finding lost pets and reporting sightings. Browse the listings to see who's missing, or log in to manage your own pets.
Browse Missing Pets Login to for sightingsNotes
This site is built using the Model-View-Controller design pattern and Bootstrap.
- The Views/template directory contains a header.phtml and a footer.phtml which are included on every page.
- To add a new page, add a new Controller in the root and a new View in the `Views/` folder.
- The Model code files are placed in the Models directory.