i am trying make bake on table such:

TABLE NAME: tb_cliente
codigo int not null auto_increment primary key,
nome_cliente varchar(100) not null,
endereco varchar(150),
telefone varchar(12),
created date,
updated date

But when I make controller with bake:
PHP Fatal error: Class 'TbCliente' not found in /var/www/htdocs/cake/
scripts/bake.php on line 1331

On model I change value of useTable to tb_cliente and value of
primaryKey to codigo.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to