I've baked my applications and my views all come out with no data and
this text instead of the buttons for add, edit, or delete buttons:
('View','/employees/view/' . $employee['Employee']['id'])?>
link('Edit','/employees/edit/' . $employee['Employee']['id'])?>
link('Delete','/employees/delete/' . $employee['Employee']['id'],
null, 'Are you sure you want to delete id ' . $employee['Employee']
['id'])?> .

Any ideas why this happened?

Thanks

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