# |
Jul 13th 2017, 10:45 |
savant |
there is Cake\Http\Client\Request |
# |
Jul 13th 2017, 10:44 |
savant |
no such thing as Cake\Http\Request |
# |
Jul 13th 2017, 10:44 |
dereuromark |
No, Cake\Http\Client\Request |
# |
Jul 13th 2017, 10:44 |
savant |
https://github.com/cakephp/cakephp/blob/master/src/Network/Request.php |
# |
Jul 13th 2017, 10:44 |
neon1024 |
Which then means, wtf is \Cake\Http\Request all about |
# |
Jul 13th 2017, 10:44 |
neon1024 |
Ahh, I see, so the alias is \Cake\Network\Request -> \Cake\Http\ServerRequest |
# |
Jul 13th 2017, 10:43 |
neon1024 |
Are you sure that’s not between \Cake\Network\Request and \Cake\Http\Request |
# |
Jul 13th 2017, 10:43 |
savant |
class_alias |
# |
Jul 13th 2017, 10:43 |
neon1024 |
Is there some inheritance here? |
# |
Jul 13th 2017, 10:43 |
neon1024 |
`\Cake\Http\Request` vs `\Cake\Http\ServerRequest` |
# |
Jul 13th 2017, 10:42 |
neon1024 |
Just a random question, simple one. |
# |
Jul 13th 2017, 10:38 |
neon1024 |
Yes, good idea |
# |
Jul 13th 2017, 10:37 |
savant |
maybe your component could have a getSession() method |
# |
Jul 13th 2017, 10:37 |
neon1024 |
That’s in a Component I’m refactoring |
# |
Jul 13th 2017, 10:37 |
neon1024 |
Why it’s not `$this->getController()->getRequest()->getSession()->write()` |
# |
Jul 13th 2017, 10:37 |
savant |
where is that from |
# |
Jul 13th 2017, 10:37 |
neon1024 |
Mmm, lengthy. `$this->getController()->request->session()->write('et', $this->getController()->request->getQuery('et'));` |
# |
Jul 13th 2017, 10:09 |
spriz |
This is gold to get all those missing annotations! https://github.com/dereuromark/cakephp-ide-helper |
# |
Jul 13th 2017, 09:44 |
saeideng |
:+1: |
# |
Jul 13th 2017, 09:43 |
saeideng |
OH |
# |
Jul 13th 2017, 09:42 |
savant |
https://github.com/cakephp/app/pull/460 |
# |
Jul 13th 2017, 09:42 |
cleptric |
But we changed this in the skeleton app too, to set it back tp +2 Minute if debug is on |
# |
Jul 13th 2017, 09:42 |
cleptric |
Yes |
# |
Jul 13th 2017, 09:42 |
saeideng |
thats true? |
# |
Jul 13th 2017, 09:42 |
saeideng |
https://github.com/cakephp/app/compare/3.2.5...3.4.2 |
# |
Jul 13th 2017, 09:41 |
saeideng |
_cake_core_' duration changed from '+2 minutes', to '+1 years', |
# |
Jul 13th 2017, 09:41 |
saeideng |
config/app.default.php |
# |
Jul 13th 2017, 09:40 |
saeideng |
hi again |
# |
Jul 13th 2017, 09:24 |
kareylo |
Ahahaha :') |
# |
Jul 13th 2017, 09:24 |
kareylo |
Project master tell me : "Now, you're the only one who can make a merge" |
# |
Jul 13th 2017, 09:24 |
kareylo |
Not in this case |
# |
Jul 13th 2017, 09:23 |
saeideng |
you can checkout |
# |
Jul 13th 2017, 09:23 |
kareylo |
Yep |
# |
Jul 13th 2017, 09:23 |
saeideng |
you use git!!!!? |
# |
Jul 13th 2017, 09:22 |
saeideng |
@kareylo what? |
# |
Jul 13th 2017, 09:21 |
kareylo |
I wanna die :( |
# |
Jul 13th 2017, 09:21 |
kareylo |
He killed all the project |
# |
Jul 13th 2017, 09:20 |
kareylo |
A guy make his FIRST MERGE on the project |
# |
Jul 13th 2017, 09:20 |
chris-andre |
You see... ;) hehe. Soon.. soon |
# |
Jul 13th 2017, 09:20 |
kareylo |
Oh god |
# |
Jul 13th 2017, 09:18 |
savant |
CakePHP detects migrations are down, but tables exist |