Hello.

I am new to CakePHP...

I have a Model Temp, and a PostgreSQL table 'temp'.

When i start the database, i create a empty 'temp' table.

I have a shell script that updates directly the data in the table
'temp'.

If i make a custom query to 'temp' directly on the database, the data
is ok, and i have access to all updated data.

But when i use for the firtst time the cake application i only have
access to the empty data in Model Temp.

When i use my application for the second time the Model is updated and
i have access to the data in the table.

Is there any way to update the Model to the contents of the table ?

Thanks.


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

Reply via email to