Changeset 127 for Dev/branches
- Timestamp:
- 10/14/11 17:54:42 (14 years ago)
- Location:
- Dev/branches/cakephp/app
- Files:
-
- 6 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/cakephp/app/app_controller.php
r126 r127 50 50 $this->Auth->loginError = "This message shows up when the wrong credentials are used"; 51 51 $this->Auth->authError = "Please log in first."; 52 // $this->Auth->loginRedirec53 52 $this->Auth->logoutRedirect = array('controller' => 'pages', 'action' => 'home'); 54 53 } -
Dev/branches/cakephp/app/controllers/pages_controller.php
r126 r127 84 84 $title_for_layout = Inflector::humanize($path[$count - 1]); 85 85 } 86 87 if ($page == 'home') 88 { 89 $this->home(); 90 } 91 86 92 $this->set(compact('page', 'subpage', 'title_for_layout')); 87 93 $this->render(implode('/', $path)); … … 89 95 90 96 function home() { 91 97 if($this->Auth->user()) 98 { 99 $this->redirect(array('action' => 'display', 'mainmenu')); 100 } 92 101 } 93 102 -
Dev/branches/cakephp/app/controllers/users_controller.php
r126 r127 66 66 $this->User->create(); 67 67 $this->User->save($this->data); 68 $this->redirect(array('action' => 'login')); 68 69 } else { 69 70 $this->Session->setFlash('Could not register. Try again.'); -
Dev/branches/cakephp/app/mysql.sql
r126 r127 1 DROP TABLE IF EXISTS users; 2 1 3 CREATE TABLE users ( 2 4 id integer auto_increment, -
Dev/branches/cakephp/app/tmp/logs/debug.log
r126 r127 15 15 2011-10-14 14:24:59 Debug: Notice (8): Undefined offset: 1 in [C:\wamp\www\researchtool\branches\cakephp\cake\libs\view\view.php, line 854] 16 16 2011-10-14 14:24:59 Debug: Notice (8): Undefined offset: 0 in [C:\wamp\www\researchtool\branches\cakephp\cake\libs\view\view.php, line 859] 17 2011-10-14 15:26:26 Debug: Notice (8): Undefined variable: applications in [C:\wamp\www\researchtool\branches\cakephp\app\views\elements\application_menu.ctp, line 17] 18 2011-10-14 15:30:35 Debug: Notice (8): Undefined variable: surveys in [C:\wamp\www\researchtool\branches\cakephp\app\views\elements\survey_menu.ctp, line 22] -
Dev/branches/cakephp/app/tmp/logs/error.log
r126 r127 1 1 2011-10-14 14:24:59 Warning: Warning (2): strpos() expects parameter 1 to be string, array given in [C:\wamp\www\researchtool\branches\cakephp\cake\libs\view\view.php, line 851] 2 2 2011-10-14 14:24:59 Warning: Warning (2): strpos() expects parameter 1 to be string, array given in [C:\wamp\www\researchtool\branches\cakephp\cake\libs\view\view.php, line 853] 3 2011-10-14 15:26:26 Warning: Warning (2): Missing argument 1 for ApplicationMenu::__construct(), called in C:\wamp\www\researchtool\branches\cakephp\app\views\elements\application_menu.ctp on line 63 and defined in [C:\wamp\www\researchtool\branches\cakephp\app\views\elements\application_menu.ctp, line 10] 4 2011-10-14 15:30:35 Warning: Warning (2): Missing argument 1 for SurveyMenu::__construct(), called in C:\wamp\www\researchtool\branches\cakephp\app\views\elements\survey_menu.ctp on line 72 and defined in [C:\wamp\www\researchtool\branches\cakephp\app\views\elements\survey_menu.ctp, line 14] 5 2011-10-14 15:30:35 Warning: Warning (2): Invalid argument supplied for foreach() in [C:\wamp\www\researchtool\branches\cakephp\app\views\elements\survey_menu.ctp, line 62] 6 2011-10-14 15:30:43 Warning: Warning (2): Invalid argument supplied for foreach() in [C:\wamp\www\researchtool\branches\cakephp\app\views\elements\survey_menu.ctp, line 62] 7 2011-10-14 15:32:33 Warning: Warning (2): Invalid argument supplied for foreach() in [C:\wamp\www\researchtool\branches\cakephp\app\views\elements\survey_menu.ctp, line 62] 8 2011-10-14 15:32:52 Warning: Warning (2): Invalid argument supplied for foreach() in [C:\wamp\www\researchtool\branches\cakephp\app\views\elements\survey_menu.ctp, line 62] 9 2011-10-14 15:39:24 Warning: Warning (2): Invalid argument supplied for foreach() in [C:\wamp\www\researchtool\branches\cakephp\app\views\elements\survey_menu.ctp, line 62] 10 2011-10-14 15:39:26 Warning: Warning (2): Invalid argument supplied for foreach() in [C:\wamp\www\researchtool\branches\cakephp\app\views\elements\survey_menu.ctp, line 62] 11 2011-10-14 15:39:26 Warning: Warning (2): Invalid argument supplied for foreach() in [C:\wamp\www\researchtool\branches\cakephp\app\views\elements\survey_menu.ctp, line 62] 12 2011-10-14 15:39:27 Warning: Warning (2): Invalid argument supplied for foreach() in [C:\wamp\www\researchtool\branches\cakephp\app\views\elements\survey_menu.ctp, line 62] 13 2011-10-14 15:41:42 Warning: Warning (2): Invalid argument supplied for foreach() in [C:\wamp\www\researchtool\branches\cakephp\app\views\elements\survey_menu.ctp, line 62] 14 2011-10-14 15:42:35 Warning: Warning (2): Invalid argument supplied for foreach() in [C:\wamp\www\researchtool\branches\cakephp\app\views\elements\survey_menu.ctp, line 62] 15 2011-10-14 15:42:37 Warning: Warning (2): Invalid argument supplied for foreach() in [C:\wamp\www\researchtool\branches\cakephp\app\views\elements\survey_menu.ctp, line 62] 16 2011-10-14 15:42:37 Warning: Warning (2): Invalid argument supplied for foreach() in [C:\wamp\www\researchtool\branches\cakephp\app\views\elements\survey_menu.ctp, line 62] 17 2011-10-14 15:42:38 Warning: Warning (2): Invalid argument supplied for foreach() in [C:\wamp\www\researchtool\branches\cakephp\app\views\elements\survey_menu.ctp, line 62] 18 2011-10-14 15:47:04 Warning: Warning (2): Invalid argument supplied for foreach() in [C:\wamp\www\researchtool\branches\cakephp\app\views\elements\survey_menu.ctp, line 62] -
Dev/branches/cakephp/app/views/pages/mainmenu.ctp
r126 r127 1 <div class="menu">mainmenuuu</div> 1 <?php 2 echo $this->Session->flash('auth'); 3 echo $this->Session->flash(); 4 5 echo $this->element('menu'); 6 echo $this->element('session_menu'); 7 echo $this->element('application_menu'); 8 echo $this->element('survey_menu'); 9 echo $this->element('question_menu'); 10 ?>
Note: See TracChangeset
for help on using the changeset viewer.