View this page "Cake Apps/Sites In The Wild"

2007-08-24 Thread RoE

I've added our site. Any comments and suggestions. I'm only a single
programmer creating that app...of course using CakePHP. You can email
me at [EMAIL PROTECTED] or [EMAIL PROTECTED]

Click on 
http://groups.google.com/group/cake-php/web/cake-apps-sites-in-the-wild?hl=en
- or copy & paste it into your browser's address bar if that doesn't
work.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: controller name

2007-07-27 Thread RoE

Hello Andras,

Try to declare $uses variable inside your controller somewhat like
below.

.
.
class NichesController extends AppController {
   var $name = 'Niches';

   var $uses = array('Niche');

   var $scaffold;
}


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---