Welcome!

Welcome to the NetBeans PHP IDE sample - TODO List application.

    This sample does not use any PHP framework, it will show you possibilities how to:
  • prevent public access to your scripts
  • config your application
  • access your database data
  • change your database data (with redirect-after-post pattern)
  • validate your data
  • split scripts and templates
  • handle expected and unexpected exceptions

Detailed information can be found in the readme.html file (in project directory).

This sample is not intented to be used on a production server without any changes.