简体   繁体   中英

migrating cakephp 1.3 to 2 .x lazy model error

I have followed this document to migrate from cakephp 1.3 to 2.X . I am getting this error .

PHP Fatal error: Class 'LazyModel' not found in app/Model/AppModel.php

I checked in the file i can see this line. App::import('Lib', 'LazyModel');

Help me please

Remove the Lazy stuff. Cake2 brings this with it automatically.

Just make sure your models properly extend the AppModel from there on. And the AppModel extends from Model.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM