2 answers
0 votes
Asked by sijukalikatt, on 23/4/10 in
Select Box
Hi all
I have to make a select box populated from my database. It should contain the country names..
From my controller I can pass 'countries' to the view as $countries.. So in the view
$countries look like... 1 answer
0 votes
Asked by wouterraddoux, on 18/5/10 in
How do i put this data in my DB?
Hello,
i have an array in $this-data that looks like this:
Array
(
[Boeking] => Array
(
[start] => 25/12/2010
[end] => 26/12/2010
[centrum] => Brussels
[responsible] => Wouter
... 1 answer
0 votes
Asked by bmckim87, on 23/7/10 in
Find Help. Data into array instead of new record.
I have Reviews, Albums, Artists
Reviews HABTM Albums
Albums HABTM Artists
I'm getting the most recent reviews:
$this->bindModel(
array(
'belongsTo' => array(
'Album' => array(
'foreignKey' => false,
'conditions' =>...
<< previous next >>