Is there a good PHP open source web application from what we can learn? Learning mainly includes:
- Considering and taking care of ACID properties
- Building Data Access Layer
- Error handling and reporting to user
I have considered WordPress, but since it uses MyISAM tables, they are not taking care of ACID.