# |
Sep 22nd 2011, 11:06 |
DidItAgain |
anyone has an idea why?! |
# |
Sep 22nd 2011, 11:05 |
DidItAgain |
even though id is set |
# |
Sep 22nd 2011, 11:05 |
DidItAgain |
it keeps inserting |
# |
Sep 22nd 2011, 11:05 |
DidItAgain |
that function doesnt update |
# |
Sep 22nd 2011, 11:05 |
DidItAgain |
http://bin.cakephp.org/view/254499356 |
# |
Sep 22nd 2011, 11:04 |
ujjain |
rchavik: right, what if you want to search nodes, news articles, phone numbers, etc. |
# |
Sep 22nd 2011, 11:04 |
diverdude |
rchavik, so i do $ git clone https://github.com/cakephp/cakephp.git;cd cakephp; git branch -a;git tag -l;git checkout 2.0 ? |
# |
Sep 22nd 2011, 11:04 |
dakota |
fenix`: http://www.sabi.co.uk/Notes/linuxHelpAsk.html#bitch |
# |
Sep 22nd 2011, 11:04 |
fenix` |
http://bin.cakephp.org/view/1206680343 |
# |
Sep 22nd 2011, 11:03 |
dakota |
no, not that |
# |
Sep 22nd 2011, 11:03 |
dakota |
fenix`: also read this: wijcalendar |
# |
Sep 22nd 2011, 11:03 |
dakota |
fenix`: dude. don't just throw out random errors to random people. Show us some code please. |
# |
Sep 22nd 2011, 11:02 |
fenix` |
dakota: Indirect modification of overloaded property CharactersController::$paginate has no effect, whats that about? |
# |
Sep 22nd 2011, 11:02 |
rchavik |
git checkout 2.0 |
# |
Sep 22nd 2011, 11:02 |
rchavik |
git tag -l |
# |
Sep 22nd 2011, 11:02 |
rchavik |
git branch -a |
# |
Sep 22nd 2011, 11:02 |
rchavik |
diverdude, when using git, you clone a repo, then you get all! |
# |
Sep 22nd 2011, 11:01 |
rchavik |
ujjain, you can do subquery, eg: User whose country in model Address is in The Netherlands |
# |
Sep 22nd 2011, 11:01 |
diverdude |
som=so |
# |
Sep 22nd 2011, 11:01 |
diverdude |
ok..maybe stupid question. But when i git clone from here: https://github.com/cakephp/cakephp/tree/2.0.0-RC2 which is this git address: https://github.com/cakephp/cakephp.git (it says som on the page) i get the 1.3.12 version even though i wanted 2.0 ? |
# |
Sep 22nd 2011, 11:00 |
Section58 |
o shit |
# |
Sep 22nd 2011, 11:00 |
Section58 |
yo dave |
# |
Sep 22nd 2011, 11:00 |
ujjain |
dakota: Is CakeDC search designed for processing 1 model simultaneously? |
# |
Sep 22nd 2011, 10:59 |
fenix` |
~tell DidItAgain about bin |
# |
Sep 22nd 2011, 10:59 |
rchavik |
) |
# |
Sep 22nd 2011, 10:59 |
fenix` |
have you cakebinned the code? |
# |
Sep 22nd 2011, 10:59 |
rchavik |
bin |
# |
Sep 22nd 2011, 10:58 |
DidItAgain |
dudes, Im trying to update my record and cake saves another record even if I have the "id" field set. What am I doing wrong? |
# |
Sep 22nd 2011, 10:58 |
fenix` |
yeah i suspected it was a general OO thing. |
# |
Sep 22nd 2011, 10:58 |
dakota |
fenix`: that has nothing to do with cakephp and everything to do with php. So yes |
# |
Sep 22nd 2011, 10:57 |
fenix` |
does cakephp2 still require parent::beforeFilter if you override? |
# |
Sep 22nd 2011, 10:57 |
DidItAgain |
which gets set only if im trying to update |
# |
Sep 22nd 2011, 10:57 |
DidItAgain |
Ive set the "id" field to the correct value |
# |
Sep 22nd 2011, 10:57 |
DidItAgain |
guys, when I set my data, and try to update, it saves instead... what am i doing wrong? |
# |
Sep 22nd 2011, 10:56 |
rchavik |
no |
# |
Sep 22nd 2011, 10:56 |
fenix` |
do i have to first do var $paginate =array();? |
# |
Sep 22nd 2011, 10:55 |
rchavik |
$this->paginate['conditions'] = array('userid' => .....); |
# |
Sep 22nd 2011, 10:54 |
rchavik |
you need to do that in the method itself.. can't do in declaration |
# |
Sep 22nd 2011, 10:54 |
fenix` |
thier* |
# |
Sep 22nd 2011, 10:54 |
fenix` |
trying to ensure users only see theyre own character records |
# |
Sep 22nd 2011, 10:53 |
fenix` |
http://bin.cakephp.org/view/868501440 |