Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cmckni3/jobeet

[DEFUNCT] My copy of walking through the symfony 1.4 with propel jobeet tutorial.
https://github.com/cmckni3/jobeet

php php56 symfony symfony1

Last synced: about 13 hours ago
JSON representation

[DEFUNCT] My copy of walking through the symfony 1.4 with propel jobeet tutorial.

Awesome Lists containing this project

README

        

# Jobeet tutorial from Practical symfony

[![project unmaintained](https://img.shields.io/badge/project-unmaintained-red.svg)](https://img.shields.io/badge/project-unmaintained-red.svg)

Walkthrough to learn symfony 1.x and propel orm.

https://symfony.com/legacy/doc/jobeet?orm=Propel

previous docs (no longer working): http://www.symfony-project.org/jobeet/1_4/Propel/en/

Note: This project uses peer methods deprecated in Propel 1.5 and 1.6. Propel 1.5 introduced query methods.
Below are some good references on peer methods versus query methods and how to refactor peer methods

[http://propel.posterous.com/propel-query-by-example](https://web.archive.org/web/20111229213448/http://propel.posterous.com/propel-query-by-example)

[http://propel.posterous.com/refactoring-from-peer-classes-to-query-classe](https://web.archive.org/web/20111215063419/http://propel.posterous.com/refactoring-from-peer-classes-to-query-classe)