I'm new to PHP.
I'm looking for some boilerplate code that that helps me get started on a new project, but not a complete framework. I'm thinking of something like the HTML5 Boilerplate, but for PHP.
I'd expect of such a boilerplate that it has some convenient ways to access a database, string manipulation, autoloading, etc.
Do you know any such PHP Boilerplate?