"sucks at c" by jtoy
Posted May 13th, 2008 by Anonymous
+(NSArray*)findAll{ FMResultSet *rs = [self find]; NSMutableArray *results = [[NSArray alloc] init]; NSArray *columns = [self getColumns]; while ([rs next]) { id object = [[self alloc] init]; for(NSDictionary *column in columns){ ...




































Post new comment