Cakephp Dynamic and static binding -
since long have question in mind regarding model relationship of cakephp. have huge database, having 100s of models. make static binding in model then, control data using containable behaviour, & recursive in controllers. way manage static binding. creating sort of relationship in model.
if binding used in case use dynamic binding or binding on fly. in controller mention model in $uses find & save can possible. make cakephp processing slow ? use or bind model on fly? binding dynamically affects performance? making static binding make performance slow ?
Comments
Post a Comment