Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months ago
JSON representation
[DEFUNCT] My copy of walking through the symfony 1.4 with propel jobeet tutorial.
- Host: GitHub
- URL: https://github.com/cmckni3/jobeet
- Owner: cmckni3
- License: unlicense
- Archived: true
- Created: 2012-07-08T22:34:36.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-01-30T23:38:32.000Z (10 months ago)
- Last Synced: 2024-09-25T20:00:04.066Z (about 2 months ago)
- Topics: php, php56, symfony, symfony1
- Language: PHP
- Homepage:
- Size: 8.98 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)