Same issue with Cakephp 2.0.3. On 19 Dez., 08:35, gloop <[email protected]> wrote: > Sorry i tested something, but the problem is still excisting with > public $scraffold; > > Blank page. > > Kind Regards > > On 19 Dez., 01:45, Thiago Belem <[email protected]> wrote: > > > > > > > > > Based on > > documentation<http://book.cakephp.org/2.0/en/controllers/scaffolding.html>, > > you use just: > > > public $scaffold; > > > If you give some value to it, cake will use this value as > > prefix<http://book.cakephp.org/2.0/en/controllers/scaffolding.html#creating-...> > > . > > > Try to always give a look at the documentation before posting a question. :) > > > Regards, > > -- > > ***Thiago Belem* > > Desenvolvedor > > Rio de Janeiro - RJ - Brasil > > > +55 (21) 8865.9250 > > thiagobelem.net > > [email protected] > > > *Skype / gTalk **»* thiago.belem.web > > *LinkedIn* *»* br.linkedin.com/in/thiagobelem/pt* > > Assando Sites*, curso de CakePHP *»* assando-sites.com.br > > > 2011/12/18 gloop <[email protected]> > > > > Hello, > > > > i try to use Scaffold, but i get a blank page: > > > > <?php > > > > class Comment extends AppModel > > > { > > > } > > > > ?> > > > > <?php > > > > class CommentsController extends AppController > > > { > > > public $scaffold = true; > > > } > > > > ?> > > > > try to open:http://localhost/domain/comments > > > > Something wrong? > > > > -- > > > Our newest site for the community: CakePHP Video Tutorials > > >http://tv.cakephp.org > > > Check out the new CakePHP Questions sitehttp://ask.cakephp.organdhelp > > > others with their CakePHP related questions. > > > > To unsubscribe from this group, send email to > > > [email protected] For more options, visit this group > > > athttp://groups.google.com/group/cake-php
-- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
