CakePHP yok SQL Modeli

0 Cevap php

Ben aşağıdaki gibi bir modeli oluşturmak istiyorum:

class User extends AppModel {
        var $name = 'User';
        var $useTable = false;
        var $primaryKey = 'user_id';
        var $hasOne = 'Profile'; 

}

ancak, Model Kullanıcı Hayır SQL olarak kaydedilir.

How can I use that model? BTW this model is readonly. (EDIT/CREATE USER are done by another functions(no cake))

Ben kriptolanmis çerez veri deposuna varsayarak yaşıyorum

0 Cevap