Re: acl.php : Call to undefined function uses()

2008-03-26 Thread stonez

I forgot to mention, you have to change this code below,
before you issue the command:  >cake acl create aro 0 null Dealers

\cake\cake\libs\model\datasources\db_source.php
in line 29
change uses('set') into uses('set','string')
--~--~-~--~~~---~--~~
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: acl.php : Call to undefined function uses()

2008-03-26 Thread stonez

Try:  cake acl create aro 0 null Users
it's not acl.php. it's acl

Stonez
--~--~-~--~~~---~--~~
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: web 2.0 concepts

2007-12-24 Thread stonez

Take a look at this, you will get some basic idea.

http://en.wikipedia.org/wiki/Web_2

On 12月24日, 下午3時49分, venki <[EMAIL PROTECTED]> wrote:
> Hi,
>
> What is web 2.0 ?What is the use of web 2.0 concepts?
> Please tell me some examples and how we will use web 2.0 concepts in
> my coding.
> Please send me the example web 2.0 websites
>
> Regards,
> Venki

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Confused with associations, hasOne and belongsTo?

2007-12-23 Thread stonez

Let's say, I have three models named "stores", "consumers",
"favorite_stores"

What's the correct association I should declear?

Here's the defination I made:
- store hasAndBelongsToMany consumers.
- consumers hasAndBelongsToMany stores.
- consuemr hasMany favorite_stores.
- sotre belongsTo favorites_stores.

Are these needed?
- favorites_stores belongsTo stores.
- favorites_stores belongsTo consumers.

Stonez

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---