Downloading Porte
Project source code is hosted by GitHub (http://github.com/pop/porte/)
Latest release
http://cloud.github.com/downloads/pop/porte/porte-0.2.2.zip
Source Code
Git Public Clone:
git clone git://github.com/pop/porte.git
Git Developer Clone:
git clone git@github.com:pop/porte.git
Previous releases
- http://cloud.github.com/downloads/pop/porte/porte-0.2.1.zip
- http://cloud.github.com/downloads/pop/porte/porte-0.2.0.zip
- http://cloud.github.com/downloads/pop/porte/porte-0.1.9.zip
- http://cloud.github.com/downloads/pop/porte/porte-0.1.8.zip
- http://cloud.github.com/downloads/pop/porte/porte-0.1.7.zip
Release Notes
Porte 0.2.2 released February 23th, 2008
- Model: Redesigned & simplified architecture
- Index: Index & unique creation
- Connection: PDO compatible layer; Mysqli and socket support
- Documentation: New website; Improved API generation & support
- Association: Implement missing methods; Finish one-to-one support
- Model: Add "comments"; New types "char" & "enum"
- Model: Add JSON & Javascript like syntax
- Tables: Add new management class
- General: Simplify file names
- ... and so many bug fixes and enhancements
Coming Features (available in Git)
- New Crypt plugin (support for AES 128 ECB)
- Source code reorganization to feet Pop Loader layout
- New Padrino Adapter
- Complete associations support
- New type binary
- Rename method record->kill to record->destruct