Log message #2301885

# At Username Text
# Sep 23rd 2011, 16:05 jose_zap destinydriven: in theory it should be easy to support oracle, but none of us have found the time to get a oracle server working
# Sep 23rd 2011, 16:04 fenix` Know1edge: assuming it behaves like app controller, should do.
# Sep 23rd 2011, 16:04 destinydriven jose_zap, I have a working app on 1.3
# Sep 23rd 2011, 16:04 Know1edge since it will inherit from it
# Sep 23rd 2011, 16:04 Know1edge fenix`: I think it'd work in the plugin's app_model?
# Sep 23rd 2011, 16:03 jose_zap destinydriven: do you have oracle installed and is your php able to connect to it?
# Sep 23rd 2011, 16:03 fenix` why how many models do you have?
# Sep 23rd 2011, 16:03 destinydriven jose_zap, sure . . in any way I can
# Sep 23rd 2011, 16:03 beporter fenix`: You are correct.
# Sep 23rd 2011, 16:02 Know1edge was wondering if there was a way to set it once
# Sep 23rd 2011, 16:02 Know1edge yea i know you can do it in each individual model
# Sep 23rd 2011, 16:02 jose_zap destinydriven: none. want to help with oracle?
# Sep 23rd 2011, 16:02 fenix` Know1edge: in the plugins model i think.
# Sep 23rd 2011, 16:01 Know1edge is there a way to set a table prefix for the entire plugin?
# Sep 23rd 2011, 16:01 fenix` your not providing parameters to setFlash are you?
# Sep 23rd 2011, 16:00 beporter fenix`: $this->Session->write('Message.different', 'take2'); works as expected.
# Sep 23rd 2011, 16:00 destinydriven match*
# Sep 23rd 2011, 16:00 destinydriven whats the regex math for uuid in route? I'm passing a uuid as named param 'id'
# Sep 23rd 2011, 15:59 beporter fenix`: checking...
# Sep 23rd 2011, 15:59 fenix` beporter: i mean more like $this->Session->write...
# Sep 23rd 2011, 15:59 beporter But setFlash() just doesn't do jack.
# Sep 23rd 2011, 15:58 beporter fenix`: If I manually set something ($_SESSION['Message']['test'] = 'something';), yes, it persists correctly.
# Sep 23rd 2011, 15:58 destinydriven fenix`, thats what I gotta work with
# Sep 23rd 2011, 15:58 fenix` what about other session data does that survive?
# Sep 23rd 2011, 15:57 fenix` you're calling session->destroy/delete somewhere
# Sep 23rd 2011, 15:56 beporter Can anyone think of a reason why $this->Session->setFlash('my message'); would completely fail to put anything in the $_SESSION['Message'] array?
# Sep 23rd 2011, 15:56 fenix` oracle would be somewhat overkill for web apps no?
# Sep 23rd 2011, 15:55 destinydriven is there any good news yet concerning oracle support in cake 2?
# Sep 23rd 2011, 15:54 jose_zap csotelo: what was your question about cake 2?
# Sep 23rd 2011, 15:54 csotelo jose_zap, yes
# Sep 23rd 2011, 15:53 jose_zap robmcvey: CakePHP does not fire associations callbacks
# Sep 23rd 2011, 15:48 jose_zap csotelo: are you here?
# Sep 23rd 2011, 15:48 franki bb
# Sep 23rd 2011, 15:47 franki im too pro
# Sep 23rd 2011, 15:47 franki ok
# Sep 23rd 2011, 15:45 robmcvey JD-Robbs Yep User HasOne UserProfile, UserProfile belongsTo User
# Sep 23rd 2011, 15:44 MrRio Anyone know of a mirror of pear.phpmd.org ?
# Sep 23rd 2011, 15:43 JD-Robbs Are the associations properly set up? :)
# Sep 23rd 2011, 15:36 robmcvey any cakephp 2.0 gurus help with this?
# Sep 23rd 2011, 15:35 robmcvey ok so in the "afterFind" callback of UserProfile��the User model has not been initialised
# Sep 23rd 2011, 15:32 robmcvey see how User has UserProfile ..?