/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to codeigniter/application/controllers/ajax.php

  • Committer: a11andoh
  • Date: 2013-05-23 13:13:40 UTC
  • mfrom: (90 lenasys_b)
  • mto: This revision was merged to the branch mainline in revision 97.
  • Revision ID: a11andoh@student.his.se-20130523131340-8xxbg6a6b99m7v6p
blurp

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
                        $this->load->model('user', '', TRUE);
12
12
                }
13
13
                
 
14
                /*
 
15
                 *      This function loads a popupview to be displayed, the argument is the name of the popupview
 
16
                 */
 
17
                public function popup($popupName) {
 
18
                        $popup = $this->load->view('popup/'.$popupName, '', TRUE);
 
19
                        return $popup;
 
20
                }
 
21
                
14
22
                
15
23
                /*
16
24
                 *      This function outputs data: user password hint.