Log message #2298644

# At Username Text
# 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?
# Sep 21st 2011, 15:31 Oldskool Hey guys, I have a forum in my Cake app under /app/webroot/forum, which functions just fine, but I was wondering if there is a simple way to have the URL's to show just /forum, instead of redirecting to /app/webroot/forum/ as it does now.
# Sep 21st 2011, 15:29 jbaanus franki: you can do UNION manually - makes sorting easier
# Sep 21st 2011, 15:28 friskd but not sure how to make what would be a redirect (HTML) become a json response with "user is not logged in"
# Sep 21st 2011, 15:27 jbaanus franki: then just merge in PHP... sorting is pita tho :)
# Sep 21st 2011, 15:27 friskd i want to have auth enabled.
# Sep 21st 2011, 15:27 franki yea i thought about it too but i cant really touch the db
# Sep 21st 2011, 15:27 friskd Is there a way to have the Auth component work nicely nicely with a RESTful api
# Sep 21st 2011, 15:26 jbaanus or create a view in database that merges results from both databases and create a new Model for that View - fake a database table )
# Sep 21st 2011, 15:25 ADmad Oleander: anyways, setting the post_type_id in beforeSave is the proper way of doing it
# Sep 21st 2011, 15:25 franki oki
# Sep 21st 2011, 15:25 franki aaah
# Sep 21st 2011, 15:25 jbaanus and then merge the results
# Sep 21st 2011, 15:25 jbaanus franki: create a new controller and make it use both models
# Sep 21st 2011, 15:25 ADmad franki: no, each request is handled by single controller, but you can use multiple models in a controller
# Sep 21st 2011, 15:24 franki or whatever was called..default.ctp
# Sep 21st 2011, 15:24 franki should i use home.ctp?
# Sep 21st 2011, 15:24 jbaanus franki: I can't see why not
# Sep 21st 2011, 15:23 Oleander I just throught cake could get post_type_id in save if i specified a condition
# Sep 21st 2011, 15:23 ADmad Oleander: so how are you going to decide what post type to use?
# Sep 21st 2011, 15:23 Oleander becuase the user isnt selecting the post type