2010_2011:s3:omgl:mod-si:tp:elements-d-architecture
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
2010_2011:s3:omgl:mod-si:tp:elements-d-architecture [2010/11/29 23:12] – blay | 2010_2011:s3:omgl:mod-si:tp:elements-d-architecture [2010/11/30 08:58] (current) – blay | ||
---|---|---|---|
Line 7: | Line 7: | ||
- | Ici les {{: | + | Ici les {{: |
+ | < | ||
+ | -- | ||
+ | -- Base de données: `jSeduite` | ||
+ | -- | ||
+ | |||
+ | -- -------------------------------------------------------- | ||
+ | |||
+ | -- | ||
+ | -- Structure de la table `information` | ||
+ | -- | ||
+ | |||
+ | CREATE TABLE `information` ( | ||
+ | `titre` varchar(20) NOT NULL, | ||
+ | `date` varchar(22) NOT NULL, | ||
+ | `identifiant` int(11) NOT NULL auto_increment, | ||
+ | PRIMARY KEY (`identifiant`) | ||
+ | ) ENGINE=MyISAM | ||
+ | |||
+ | -- | ||
+ | -- Contenu de la table `information` | ||
+ | -- | ||
+ | |||
+ | INSERT INTO `information` VALUES(' | ||
+ | INSERT INTO `information` VALUES(' | ||
+ | INSERT INTO `information` VALUES(' | ||
+ | INSERT INTO `information` VALUES(' | ||
+ | </ | ||
* Pour lancer l'" | * Pour lancer l'" | ||
- | | + | * Pour lancer la partie Administration : http:// |
2010_2011/s3/omgl/mod-si/tp/elements-d-architecture.1291072361.txt.gz · Last modified: 2010/11/29 23:12 by blay