I'm looking for a simple PHP framework for a 10-year-old child to build (with my help, of course) a NeoPets-like (but much simpler) website. The framework should simply registration/login, database connection and usage, session management. It should also have good documentation. I'm not sure we need MVC for this task.
Are there any recommendations?
CodeIgniter is an example to a framework which is too complex for this task and the child's abilities, but has good documentation.