$temp_types = df_get_records_array('n1_tire_types', array('-limit'=>200, 'parent_id' => "="));
Will look for columns in the n1_type_types table with a parent_id of empty or NULL.
A blog about my web experiences developing with Xataface and other tools. I will include tips and some mini tutorials on anything related to my web development that might help people.
$temp_types = df_get_records_array('n1_tire_types', array('-limit'=>200, 'parent_id' => "="));
No comments:
Post a Comment