Activity Not Available

Project Summary

Your application's model should be a tool, not a chore.sfEzModel is an annotations-configured ORM library for Symfony: an Open Source Web framework written in PHP.

Guiding principles make a project successful.Adopt one database platform, and utilize it well. sfEzModel is not database agnostic. I have chosen MySQL because it works well, I know it well, and it and PHP were undoubtedly separated at birth.

Configuration belongs in the code, not in YAML and not in XML. With sfEzModel, you configure your persistence model with php-doc annotations in a style inspired by the Java Persistence API.

A growing data model should not harm an application's efficiency. Generate less code, implement more functionality in the base classes, and let the framework do the caching.

Two choices: terminate on exception or log a warning. And when configured for termination, do so by throwing a logically named exception back to the Controller: zero thread death inside the model layer.

Absolute normalization. If your model isn't normalized, you're trying too hard.

Share

 No code available to analyze

Ohloh computes statistics on FOSS projects by examining source code and commit history in source code management systems. This project has no code locations, and so Ohloh cannot perform this analysis

Is this project's source code hosted in a publicly available repository? Do you know the URL? If you do, click the button below and tell us so that Ohloh can generate statistics! It's fast and easy - try it and see!

Add a code location

Community Rating

Be the first to rate this project
 
Click to add your rating
 
Review this Project!
Sample_ohloh_analysis
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.