Changeset 590
- Timestamp:
- 09/28/07 11:10:38 (1 year ago)
- Files:
-
- branches/1.0beta3.x/lib/jelix-scripts/commands/createdaocrud.cmd.php (modified) (2 diffs)
- branches/1.0beta3.x/lib/jelix-scripts/commands/createdaocrud.cmd.php (modified) (2 diffs)
- branches/1.0beta3.x/lib/jelix-scripts/CREDITS (modified) (1 diff)
- branches/1.0beta3.x/lib/jelix-scripts/CREDITS (modified) (1 diff)
- trunk/lib/jelix-scripts/commands/createdaocrud.cmd.php (modified) (2 diffs)
- trunk/lib/jelix-scripts/commands/createdaocrud.cmd.php (modified) (2 diffs)
- trunk/lib/jelix-scripts/CREDITS (modified) (1 diff)
- trunk/lib/jelix-scripts/CREDITS (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0beta3.x/lib/jelix-scripts/commands/createdaocrud.cmd.php
r575 r590 3 3 * @package jelix-scripts 4 4 * @author Jouanneau Laurent 5 * @contributor 5 * @contributor Bastien Jaillot (bug fix) 6 6 * @copyright 2007 Jouanneau laurent 7 7 * @link http://www.jelix.org … … 45 45 46 46 $table = $this->getParam('table'); 47 $ctrlname = $this->getParam('ctrlname'); 48 if($ctrlname == null) 49 $ctrlname == $table; 47 $ctrlname = $this->getParam('ctrlname', $table); 50 48 51 49 if(file_exists($path.'controllers/'.$ctrlname.'.classic.php')){ branches/1.0beta3.x/lib/jelix-scripts/commands/createdaocrud.cmd.php
r575 r590 3 3 * @package jelix-scripts 4 4 * @author Jouanneau Laurent 5 * @contributor 5 * @contributor Bastien Jaillot (bug fix) 6 6 * @copyright 2007 Jouanneau laurent 7 7 * @link http://www.jelix.org … … 45 45 46 46 $table = $this->getParam('table'); 47 $ctrlname = $this->getParam('ctrlname'); 48 if($ctrlname == null) 49 $ctrlname == $table; 47 $ctrlname = $this->getParam('ctrlname', $table); 50 48 51 49 if(file_exists($path.'controllers/'.$ctrlname.'.classic.php')){ branches/1.0beta3.x/lib/jelix-scripts/CREDITS
r386 r590 1 Cr édits1 Credits 2 2 ======= 3 3 4 Concepteur et développeur : Laurent Jouanneau 4 Core team developers 5 -------------------- 5 6 6 Contributeurs : 7 Loic Mathaud (bug fix) 8 Thiriot Christophe (clearcache) 7 Laurent Jouanneau (laurentj): 8 - Conceptor and main developer of Jelix scripts 9 10 Contributors 11 ------------ 12 By alphabetic order on the name 13 14 Bastien Jaillot 15 - bug fix on createdaocrud 16 17 Thiriot Christophe 18 - clearcache command 19 20 Loic Mathaud 21 - bug fix 22 branches/1.0beta3.x/lib/jelix-scripts/CREDITS
r386 r590 1 Cr édits1 Credits 2 2 ======= 3 3 4 Concepteur et développeur : Laurent Jouanneau 4 Core team developers 5 -------------------- 5 6 6 Contributeurs : 7 Loic Mathaud (bug fix) 8 Thiriot Christophe (clearcache) 7 Laurent Jouanneau (laurentj): 8 - Conceptor and main developer of Jelix scripts 9 10 Contributors 11 ------------ 12 By alphabetic order on the name 13 14 Bastien Jaillot 15 - bug fix on createdaocrud 16 17 Thiriot Christophe 18 - clearcache command 19 20 Loic Mathaud 21 - bug fix 22 trunk/lib/jelix-scripts/commands/createdaocrud.cmd.php
r575 r590 3 3 * @package jelix-scripts 4 4 * @author Jouanneau Laurent 5 * @contributor 5 * @contributor Bastien Jaillot (bug fix) 6 6 * @copyright 2007 Jouanneau laurent 7 7 * @link http://www.jelix.org … … 45 45 46 46 $table = $this->getParam('table'); 47 $ctrlname = $this->getParam('ctrlname'); 48 if($ctrlname == null) 49 $ctrlname == $table; 47 $ctrlname = $this->getParam('ctrlname', $table); 50 48 51 49 if(file_exists($path.'controllers/'.$ctrlname.'.classic.php')){ trunk/lib/jelix-scripts/commands/createdaocrud.cmd.php
r575 r590 3 3 * @package jelix-scripts 4 4 * @author Jouanneau Laurent 5 * @contributor 5 * @contributor Bastien Jaillot (bug fix) 6 6 * @copyright 2007 Jouanneau laurent 7 7 * @link http://www.jelix.org … … 45 45 46 46 $table = $this->getParam('table'); 47 $ctrlname = $this->getParam('ctrlname'); 48 if($ctrlname == null) 49 $ctrlname == $table; 47 $ctrlname = $this->getParam('ctrlname', $table); 50 48 51 49 if(file_exists($path.'controllers/'.$ctrlname.'.classic.php')){ trunk/lib/jelix-scripts/CREDITS
r386 r590 1 Cr édits1 Credits 2 2 ======= 3 3 4 Concepteur et développeur : Laurent Jouanneau 4 Core team developers 5 -------------------- 5 6 6 Contributeurs : 7 Loic Mathaud (bug fix) 8 Thiriot Christophe (clearcache) 7 Laurent Jouanneau (laurentj): 8 - Conceptor and main developer of Jelix scripts 9 10 Contributors 11 ------------ 12 By alphabetic order on the name 13 14 Bastien Jaillot 15 - bug fix on createdaocrud 16 17 Thiriot Christophe 18 - clearcache command 19 20 Loic Mathaud 21 - bug fix 22 23 trunk/lib/jelix-scripts/CREDITS
r386 r590 1 Cr édits1 Credits 2 2 ======= 3 3 4 Concepteur et développeur : Laurent Jouanneau 4 Core team developers 5 -------------------- 5 6 6 Contributeurs : 7 Loic Mathaud (bug fix) 8 Thiriot Christophe (clearcache) 7 Laurent Jouanneau (laurentj): 8 - Conceptor and main developer of Jelix scripts 9 10 Contributors 11 ------------ 12 By alphabetic order on the name 13 14 Bastien Jaillot 15 - bug fix on createdaocrud 16 17 Thiriot Christophe 18 - clearcache command 19 20 Loic Mathaud 21 - bug fix 22 23
