Re: Fatal error: ConnectionManager::getDataSource - Non-existent data source

2007-12-31 Thread Eng.Ahmed El.Hussaini
TECTED]> wrote: > There's an issue with your syntax. Try: > > $users = $this->User->findAll(); > > On Dec 31, 9:13 am, "Eng.Ahmed El.Hussaini" > > <[EMAIL PROTECTED]> wrote: > > Conside the following: > > > Controller &g

Fatal error: ConnectionManager::getDataSource - Non-existent data source

2007-12-31 Thread Eng.Ahmed El.Hussaini
Conside the following: Controller === class UserController extends AppController { function index() { $users = User::findAll(); } } Model = class User extends AppModel { var $name = 'User'; } when requesting the following url http://localhost/cake/user I get the below e