codeigniter-base-model icon indicating copy to clipboard operation
codeigniter-base-model copied to clipboard

Loading the model in subfolders errors

Open yyqqing opened this issue 13 years ago • 0 comments
trafficstars

I create a model in subfolder , like users/user_model.php, users/role_model.php, and make a belongsTo relationship between them, when I get a user instance, I could not get the role

yyqqing avatar Aug 11 '12 09:08 yyqqing