can help by posting your solution ? I am having the same problem and
compare the manual and the ibm solutioin and they are the same.
On 12 Aug, 05:53, heliumdream <[EMAIL PROTECTED]> wrote:
> Alrighty, I'm trying to follow the ibm tutorial on coding withcakephp...and
> I'm encountering this error.
>
> Parse error: syntax error, unexpected ',' in D:\xampp\htdocs\www
> \cake_ibm\app\models\product.php online7
>
> [code]
>
> <?php
> class Product extends AppModel
> {
> var $name = 'Product';
> var $belongsTo = array ('Dealer' => array(
> 'className' => 'Dealer',
> 'conditions'=>,
> 'order'=>,
> 'foreignKey'=>'dealer_id')
> );
> }
> ?>
>
> [/code]
>
> I'm attempting page 3 of part 2 of the ibm demo, if that helps...it is
> attempting to use scaffolding to fill out the rest of the site...
>
> Thanks in advance for any insight!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---