CodeIgniter'daki veri erişim katmanı ayırmak için nasıl

0 Cevap php

I used to write the data access functionalities in model itself. Now I want to separate data access from business logic. I am using codeigniter as framework. It seems that one way of doing it is use ORM, but it will have a performance penalty I guess.

herhangi bir genel en iyi uygulamalar vardır?

0 Cevap