Page 37 of 211,234, showing 20 records out of 4,224,663 total, starting on record 721, ending on 740
# | Username | Text | |
---|---|---|---|
# | Aug 6th 2008, 19:12 | snizwickit | and i need to get a list of AeVersions for an action in my projects controller |
# | Aug 6th 2008, 19:12 | snizwickit | i don't think i can do it with associations |
# | Aug 6th 2008, 19:13 | cozby | strange thing has occurred, so I set back a an array from my controller to my view... I have form->input statement not specifying the type but it automatically turned into a select (drop down box) |
# | Aug 6th 2008, 19:13 | cozby | with data from the array I sent from the controller |
# | Aug 6th 2008, 19:13 | cozby | is that just some nifty feature? |
# | Aug 6th 2008, 19:14 | polerin | snizwickit: sure it can $this->Projects->find() with a recursive, or $this->Projects->AeVersions->find() |
# | Aug 6th 2008, 19:14 | polerin | that's what associations are for :) |
# | Aug 6th 2008, 19:14 | snizwickit | aaah |
# | Aug 6th 2008, 19:14 | snizwickit | gotcha |
# | Aug 6th 2008, 19:15 | thestaff | do you guys know if modalbox works fine with 1.1 ? |
# | Aug 6th 2008, 19:15 | thestaff | or i really need to upgrade ? |
# | Aug 6th 2008, 19:15 | TommyO | $this->Projects->AeVersions->find('list'); to be precise-ish :) |
# | Aug 6th 2008, 19:15 | TommyO | thestaff: modalbox is javascript so will of course work with 1.1/ it is 100% irrelevant |
# | Aug 6th 2008, 19:15 | polerin | hehe |
# | Aug 6th 2008, 19:15 | TommyO | client-side vs server-side |
# | Aug 6th 2008, 19:16 | thestaff | why do I get this error : Fatal error: Call to a member function link() on a non-object in C:\Program Files\EasyPHP 2.0b1\www\app\views\layouts\default.thtml on line 37 |
# | Aug 6th 2008, 19:16 | TommyO | preciseish should be a word :) |
# | Aug 6th 2008, 19:16 | thestaff | line 37 :echo $javascript->link('scriptaculous.js?load=effects'); |
# | Aug 6th 2008, 19:16 | polerin | Tommy says "THAT IS IRRELEVANT!" ;) I get the image of an irishman standing up and waving his finger around at someone |
# | Aug 6th 2008, 19:16 | TommyO | thestaff: means JavascriptHelper isn't loaded |