Skip to content

eburhan/Propel-Criteria-Builder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Propel Criteria Builder

This is an interesting PHP project that I built in 2006 to help beginner Propel users convert simple SQL statements into Criteria code. At the time of its development I was rather pleased with the parser module, but it's now pretty old, and doesn't have unit tests. It works on symfony 1.0.x, which needs core tweaks to work on PHP 5.5, and Propel has gone through several substantial revisions since 1.2, for which this was built.

In particular, Propel now uses a Query object as a better way to filter your SELECT query, though Criteria classes do still exist. So, this project has been rather superceded!

A demo of the project runs here: http://propel.jondh.me.uk/.

About

Legacy project to convert a simple SQL where clause into Propel Criteria code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 77.3%
  • JavaScript 19.7%
  • CSS 2.7%
  • Shell 0.1%
  • ApacheConf 0.1%
  • Batchfile 0.1%