Fixing content type ordering when content_type is not defined.
[akelos.git] / test / fixtures / app / models / ak_test_member.php
blob96c2e451e952c3c13d1b6732bdfe6a1eb700fcd7
1 <?php
3 class AkTestMember extends AkTestUser
4 {
5 function AkTestMember()
7 $this->setTableName("ak_test_members");
8 $this->init(@(array)func_get_args());