Log message #1033576

# At Username Text
# Sep 12th 2009, 22:23 savant GustavoRamos: I'm of the opinion that unless you are a core dev, you really have very little idea as to what is going on with a tool you are using. and even then, things might not be all too clear unless you are the sole developer.
# Sep 12th 2009, 22:23 jjwdesign http://bin.cakephp.org/view/1481569677
# Sep 12th 2009, 22:23 jjwdesign !bin
# Sep 12th 2009, 22:23 GustavoRamos i have much going on
# Sep 12th 2009, 22:23 GustavoRamos january? lol
# Sep 12th 2009, 22:22 jjwdesign savant: Do you have a second to take a look at this code? It's still not taking.
# Sep 12th 2009, 22:22 savant im a newbie too, i started in january. still learning the ropes
# Sep 12th 2009, 22:22 GustavoRamos thx for the tip
# Sep 12th 2009, 22:22 GustavoRamos started today :)
# Sep 12th 2009, 22:22 GustavoRamos k, savant, newbie to cake
# Sep 12th 2009, 22:22 GustavoRamos aaah
# Sep 12th 2009, 22:21 savant only if you don't change the default css/html
# Sep 12th 2009, 22:21 savant because im a simple person, i have making things complex
# Sep 12th 2009, 22:21 GustavoRamos does that blueish bar of cakephp always appears in my app?
# Sep 12th 2009, 22:21 jjwdesign Why do you always have a way of making things sound so simple? LOL
# Sep 12th 2009, 22:21 GustavoRamos hey ppl, just a silly question
# Sep 12th 2009, 22:21 savant thats silly
# Sep 12th 2009, 22:20 jjwdesign Duh.
# Sep 12th 2009, 22:20 jjwdesign I was trying to do it in the beforeFilter.
# Sep 12th 2009, 22:20 jjwdesign Ahhhh...
# Sep 12th 2009, 22:20 jjwdesign I guess I need to do it in the controller action.
# Sep 12th 2009, 22:20 savant you can merge it into the params INSIDE the admin_index action
# Sep 12th 2009, 22:20 jjwdesign I just don't know how to override the paginating in the admin_index controller.
# Sep 12th 2009, 22:19 jjwdesign The session info is storing the users sorting/search info.
# Sep 12th 2009, 22:19 jjwdesign The session, auth, acl are all working ok.
# Sep 12th 2009, 22:19 jjwdesign admin_index, etc. etc.
# Sep 12th 2009, 22:19 jjwdesign The settings are stored in the Session info (auth and acl are used too).
# Sep 12th 2009, 22:18 savant so you have an admin_controller.php or something?
# Sep 12th 2009, 22:18 jjwdesign Many different sections... etc... many different settings....
# Sep 12th 2009, 22:18 jjwdesign Many models.
# Sep 12th 2009, 22:18 jjwdesign well... I have an admin area
# Sep 12th 2009, 22:18 savant what are you attempting to do?
# Sep 12th 2009, 22:18 jjwdesign Maybe with a beforeFilter()?
# Sep 12th 2009, 22:18 savant you could merge them into the paginate settings
# Sep 12th 2009, 22:17 jjwdesign Can I override the paginating sorting settings using $params?
# Sep 12th 2009, 22:16 jjwdesign anyone awake... pagnating question...
# Sep 12th 2009, 21:52 urbinati how do I delete data from a model using the console bake cake? I can only list and create records
# Sep 12th 2009, 21:27 jjwdesign !sessions
# Sep 12th 2009, 21:27 jjwdesign !session
# Sep 12th 2009, 21:15 markstory well if the meta data is in the database it probably has a model, so I would treat it like any other model data.
# Sep 12th 2009, 21:14 mattalexx markstory, I agree. But I also think that the conventions are there for a reason. I don't like to break those conventions without a real consideration because it sometime backfires later on down the road, when its more time-consuming to fix.