Results 4 issues of Richard Sacco

In register trait the following code exists: if ($userSaved) { return $this->_afterRegister($userSaved); } else { $this->set(compact('user')); $this->Flash->error(__d('cake_d_c/users', 'The user could not be saved')); return; } I kind of want to...

Not sure what this even requires as I've never looked into making my own composer package but would be cool. Also you should probably use a namespace....

Excel spits this error out: ``` error306120_01.xmlErrors were detected in file 'C:\filepath\filename.xlsx'Repaired Records: Cell information from /xl/worksheets/sheet1.xml part ``` In version 2309. I have OSX and can open it in...

One of the reasons is at the top of the vendor plug in cake 2.4 + now uses App::uses instead of App::import, the correct way to do it for cake...