Log message #1032805

# At Username Text
# Sep 12th 2009, 06:22 ADmad|away Ceeram: linky ?
# Sep 12th 2009, 06:16 Ceeram hmm some spammers got into bakery
# Sep 12th 2009, 06:01 Ceeram ah well i might look into it myself then, cause i will need it too :)
# Sep 12th 2009, 05:59 JD-Robbs That is absolutely wicked, seriously: Thanks :)
# Sep 12th 2009, 05:57 JD-Robbs Ceeram: You're a star!
# Sep 12th 2009, 05:56 biscazziere thx
# Sep 12th 2009, 05:56 Ceeram i think theer is some eav thing in bakery as well
# Sep 12th 2009, 05:56 Ceeram sorry: http://en.wikipedia.org/wiki/Entity-attribute-value_model
# Sep 12th 2009, 05:55 Ceeram http://github.com/morrislaptop/eav/tree/master
# Sep 12th 2009, 05:55 biscazziere thanks
# Sep 12th 2009, 05:54 Ceeram entity attribute value
# Sep 12th 2009, 05:54 Ceeram what does google say?
# Sep 12th 2009, 05:54 biscazziere tried to google, but found many results
# Sep 12th 2009, 05:54 biscazziere ceeram: sorry if I ask, but what is EAV? just curious
# Sep 12th 2009, 05:53 Ceeram havent looked into the code, but i'd figure it would do what you want
# Sep 12th 2009, 05:52 Ceeram JD-Robbs: MYABE THIS HELPS: http://github.com/morrislaptop/eav/tree/master
# Sep 12th 2009, 05:52 biscazziere how can I reference a plugin fixture?
# Sep 12th 2009, 05:44 biscazziere core errors, db query errors, and the message base table cms_pages for model CmsPage was not found.
# Sep 12th 2009, 05:44 biscazziere if I run tests, I get a bounch of errors
# Sep 12th 2009, 05:43 biscazziere this is the code for my problem with fixtures: can you please help me? http://bin.cakephp.org/view/398185211
# Sep 12th 2009, 05:43 NoReGreT yeah I know, i didn't know what was i thinking :)
# Sep 12th 2009, 05:43 JD-Robbs Anyways: Use SSL ;)
# Sep 12th 2009, 05:42 JD-Robbs Javascript and ROT7, like Caesar in his days, but apart from that..... No way :)
# Sep 12th 2009, 05:41 JD-Robbs Correct me if I am wrong, but how would you be able to encrypt something clientside? ;)
# Sep 12th 2009, 05:41 NoReGreT JD-Robbs: what do you mean app to app ? it's client to server
# Sep 12th 2009, 05:39 JD-Robbs NoReGreT: Are you posting from app to app? because you cannot encrypt post data clientside and then send it ;)
# Sep 12th 2009, 05:38 NoReGreT just use
# Sep 12th 2009, 05:38 NoReGreT ok nevermind, i'll just ssl...
# Sep 12th 2009, 05:38 JD-Robbs Or should the join table have one of every thinkable fields and one of these is then filled with the date depending on the "Customfield.field_type" value? But then it gets a bit complicated and messy :D
# Sep 12th 2009, 05:38 biscazziere I have a problem with fixtures: I'm writing test for a plugin and I can't manage to import the model schema definition automatically, but use $records manually
# Sep 12th 2009, 05:36 JD-Robbs Well, I can... But it it actually is not... Does that make sense? ;)
# Sep 12th 2009, 05:36 JD-Robbs ...data is saved in one and the same SQL field type... And I cannot save it in eg datetime, tinyint, text, blob, whatever...
# Sep 12th 2009, 05:36 JD-Robbs I've got a User which has a set of definitive fields like username, email, password, active etc... Now I have added "Customfield" (these are different types of extra-fields that can be added) and "UsersCustomfield" (user_id, customfield_id and field_data)... Basically to extend a User's fieldset "infinitely". Well, it works but is this the way to go about it? The problem is, that now ALL...
# Sep 12th 2009, 05:32 NoReGreT if i want to encrypt data then POST them and recv back enccrypted data and decrypt them, how should i go about that?
# Sep 12th 2009, 05:10 Hiall thank you nini
# Sep 12th 2009, 05:10 Hiall ah :D awesome
# Sep 12th 2009, 05:09 nini $this->User->validates(); // -> true/false
# Sep 12th 2009, 05:09 nini Hiall: $this->User->set($this->data);
# Sep 12th 2009, 05:09 Ceeram csiegert: left side menu suggest new section
# Sep 12th 2009, 05:04 Hiall Question, I'm trying to do form validation but I don't want to save the data if it passes but the only way to make it check the validation within the model is to put if ($this->User->validates() andand $this->User->save($this->data)) { is there anyway around this?
# Sep 12th 2009, 04:56 csiegert How can I add a new section to the cookbook? I can only edit existing sections, but not add new ones.