kla / php-activerecord

ActiveRecord implementation for PHP

This URL has Read+Write access

php-activerecord / TODO
100644 16 lines (12 sloc) 0.415 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
== General
 
- named scopes
- add belongs_to_and_has_many
- oracle adapter
- pgsql adapter
- using create_xxx, build_xxx on a has_many :thru needs to create both records
- support create! and save! functionality
- config should store logger settings
- has_one should not extend has_many ... need to have them descend from another class
- added "dependent" option to associations
 
== Testing
 
- more tests for to_xml