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-a-simple-admin-interface-with-scaffolding>
.

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
cont...@thiagobelem.net

*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 <gl...@web.de>

> 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 site http://ask.cakephp.org and help
> others with their CakePHP related questions.
>
>
> To unsubscribe from this group, send email to
> cake-php+unsubscr...@googlegroups.com For more options, visit this group
> at http://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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to