Skip to content

jimmydburr/DOBStats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#DOBStats

Date of Birth stats across a mysql record set

This is a simple PHP and MySQL app which uses PDO and PHP Iterator to traverse and filter a record set one record at a time, yet in a very performant manner. The ideas and examples presented hear are akin to the raw SQL access methods used by most popular PHP frameworks.

The idea for this example was taken from DragonBe's blog and the article Speeding up Database Calls with PDO. See his article for more information.

About

Simple PHP and MySQL app using PDO and Iterators to traverse the record set one at a time

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages