Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

Kohana is a PHP5 framework that uses the Model View Controller architectural pattern. It aims to be secure, lightweight, and easy to use. Kohana 2.2 is part of the GoPHP5 initiative. Kohana is licensed the "new" BSD license, but also uses: - a port of phputf8 (LGPL) - popoon's externalinput (Apache 2.0).

4.51282
   
  0 reviews  |  84 users  |  42,870 lines of code  |  8 current contributors  |  Analyzed 6 days ago
 
 

phpDays - flexible php5 framework for rapid web site development.

5.0
 
  0 reviews  |  1 user  |  0 current contributors
 
 

ORMer is differs from other PHP ORM tools because it needs no XML config files and makes no assumptions about table/field names. Whenever possible it discovers row relations through foreign keys. Before we begin: What's your ideal usage like for a supremely elegant PHP ORM tool? Be inspired ... [More] , and perhaps give me feedback here. FeaturesAutomatic relationship discovery through foreign keys (complete on SQLite2 and MySQL 5.1.10+) Give the coder the ability to specify relationships manually if he/she doesn't want to use foreign keys No assumptions about table or field names No requirements pertaining to table or field names; use your own conventions Simplest possible way of adding extra where clauses to use when pulling related data: method chaining (see examples) Step out of the way when you need to flex SQL skills that ORMer can't hack Act as if you're dealing with classes and objects rather than database records See it in actionWhat about: $all_ordered_products = user::find()->orders->order_product->product; foreach($all_ordered_products as $product) { echo $product->name; }See some more examples See the codeThere is a Mercurial repository available, so you can browse the code or checkout a copy. See the link to the right. This project is seeking contributors. If you have some ideas about how ORM interaction should work, or want to dive into the nitty-gritty on a project whose code is intended to be readable and understandable by other developers, contact me. Contact meGo here for now. Mention ORMer if it's about this project. [Less]

0
 
  0 reviews  |  0 users  |  1,652 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 
 
 

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.