ShinnRa
Questions Asked
2 answers
CakePHP 2.1 and TDD
I'm trying to write some tests to test my controller but code generated by console is different...
1 answer
do not threat /perl-bin/ as a controller name
a have a /perl-bin/ dir in my webserwer DOCROOT dir - in the same DOCROOT dir i have cake app -...
2 answers
Simple file upload Tutorial -searching for...
Can anyone point me where i can find nice and simple file upload tutorial in cakephp version 2.1...
Answers
0
Elementy sekcji Head w sekcji Body + pusty String
firstly the screen has expired...
secondly show us the code for the view, maybe you overwrite some variables....
Comments
- Member since:
- January 13th, 2012
- Last active:
- 2012-04-11 11:12:28
- Questions asked:
- 5
- Answers:
- 0
- Correct Answers:
- 0







Model->findBy<DateTimeField> with date substraction
after doing some research I think it can be done only like this: {{{ $users = $this-User-find('all', array( 'conditions' = array( 'User.last_login date('Y-m-d H:i:s', mktime(date('H'), date('i')-30, date('s'), date('m'), date('d'),...