How to convert a array to string in cakephp? can you explain the
string conversion from array to string in one example.?
My problem:
I have three text fields and one upload file in the form. when i click
the submit button with out any values
the follwing error message will displaying.
Notice (8): Array to string conversion [CORE\cake\libs\model
\datasources\dbo_source.php, line 576]
Query: INSERT INTO `tests`
(`flag_deleted`,`name`,`mark1`,`mark2`,`photo`) VALUES
('0',Array,Array,Array,Array)
so can u clear my doubt
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---