# |
Sep 21st 2011, 18:30 |
NetersLandreau |
there was no form helper in cake1.1, there was just an html helper.. try googling that instead |
# |
Sep 21st 2011, 18:30 |
tomasm- |
systematical, i'll answer after you ask 7 more times. |
# |
Sep 21st 2011, 18:30 |
caffeine_junkie |
systematical: see. when you do it systematically somebody pays attention. and then somebody will get tired of seeing your question systematically and google it for you. so keep on doing it xD |
# |
Sep 21st 2011, 18:28 |
systematical |
anyone know how to define the selected option in a dropdown list using cake 1.1 form helper? |
# |
Sep 21st 2011, 18:26 |
caffeine_junkie |
systematical: try asking again. maybe it'll help ) |
# |
Sep 21st 2011, 18:20 |
systematical |
anyone know how to define the selected option in a dropdown list using cake 1.1 form helper? |
# |
Sep 21st 2011, 18:20 |
systematical |
anyone know how to define the selected option in a dropdown list using cake 1.1 form helper? |
# |
Sep 21st 2011, 18:19 |
tomasm- |
hi, is there a way to tell cake to not autocreate a class for a model? i have been spending an hour debugging some code where associated data wont show up only to find out that it's autogenerating the model class instead of yelling at me that it doesnt exist (rather in the wrong file or who knows what) |
# |
Sep 21st 2011, 18:00 |
bioiq |
I can't get cakephp 2.0 working, i followed the installation gudie but nothing... cake bake all doesn't work... someone who can help? |
# |
Sep 21st 2011, 17:35 |
Oleander |
Oldskool, i was actually referencing the cookbook but couldnt get anywhere, thanks again |
# |
Sep 21st 2011, 17:32 |
Oldskool |
That contains some useful stuff :) |
# |
Sep 21st 2011, 17:32 |
Oldskool |
Oleander: You're welcome. For similar tricks like that, see: http://book.cakephp.org/#!/view/1030/Complex-Find-Conditions |
# |
Sep 21st 2011, 17:31 |
Oleander |
thanks OldSkool!!!! been stuck on it for ages, cheers mate |
# |
Sep 21st 2011, 17:30 |
Oldskool |
Oleander: http://pastebin.com/uL50WK5m |
# |
Sep 21st 2011, 17:29 |
csotelo |
Are there a way to take /app/views/themed and move it to /themed folder? thanks |
# |
Sep 21st 2011, 17:26 |
Oleander |
Section58: could you please if you have some time help me with converting http://pastebin.com/Vxyr2C6y to find() |
# |
Sep 21st 2011, 17:24 |
mdunham918_ |
thanks Section58 |
# |
Sep 21st 2011, 17:24 |
mdunham918_ |
hmm did not think of that good idea i can just use exec() to tell mysql to optimize |
# |
Sep 21st 2011, 17:24 |
Section58 |
mdunham918_: bash comes to mind at this point. |
# |
Sep 21st 2011, 17:22 |
Oleander |
can anyone please help me with the model query, im having trouble converting into find() http://pastebin.com/Vxyr2C6y |
# |
Sep 21st 2011, 17:20 |
_numbers |
how do i render something and stop execution in beforeFilter? |
# |
Sep 21st 2011, 17:18 |
psk50 |
any reason? |
# |
Sep 21st 2011, 17:07 |
csotelo |
Are there a way to take /app/views/themed and move it to /themed folder? thanks |
# |
Sep 21st 2011, 17:06 |
csotelo |
Hello |
# |
Sep 21st 2011, 16:10 |
mdunham918_ |
not repair i mean optimize |
# |
Sep 21st 2011, 16:10 |
mdunham918_ |
Section58: I was creating a shell that runs once a month at 3am to run a repair on all tables |
# |
Sep 21st 2011, 16:08 |
scoutmstershke |
its ok but when you get into array and data manipulation from raw data and then building logic around it something that is so easy in php because a pain in the ass |
# |
Sep 21st 2011, 16:07 |
dealt |
greetings bakers |
# |
Sep 21st 2011, 16:05 |
CSdread_ |
i love c++ |
# |
Sep 21st 2011, 16:02 |
scoutmstershke |
god I hate C++ |
# |
Sep 21st 2011, 15:55 |
Obelich |
good morning ã?ã¯ã??ã?ã?ã?ã?ã¾ã? |
# |
Sep 21st 2011, 15:44 |
Section58 |
the command line has a perpose |
# |
Sep 21st 2011, 15:43 |
Section58 |
its not advisable to repair your tables as your app is running |
# |
Sep 21st 2011, 15:43 |
Section58 |
mdunham918_: cake will take any standard mysql commands |
# |
Sep 21st 2011, 15:33 |
Oldskool |
Ah, nm my last question .. just figured it out .. adding a rewriterule above the cake ones does the trick. |
# |
Sep 21st 2011, 15:33 |
MrRio |
Heyhey |
# |
Sep 21st 2011, 15:32 |
mdunham918_ |
is there a way in cake i can tell a table to repair |
# |
Sep 21st 2011, 15:32 |
ujjain |
I want to keep my views clean. |
# |
Sep 21st 2011, 15:32 |
ujjain |
and would it be stupid to use beforefilter to set keywords, description and re-set it if needed in the controllers? |
# |
Sep 21st 2011, 15:32 |
jbaanus |
ujjain: don't think so |
# |
Sep 21st 2011, 15:32 |
ujjain |
Can you use this->set for same variable name multiple times? |