Skip to content
Snippets Groups Projects
Commit 1e40ddd2 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Doc

parent 08ed85a8
No related branches found
No related tags found
No related merge requests found
<?PHP
/* Copyright (C) 2008-2009 Laurent Destailleur <eldy@users.sourceforge.net>
/* Copyright (C) 2008-2010 Laurent Destailleur <eldy@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
......@@ -66,6 +66,12 @@ if ($db->type != 'mysql' && $db->type != 'mysqli')
// Show parameters
print 'Tablename='.$argv[1]."\n";
//--------------------------------
// Build skeleton_class.class.php
//--------------------------------
$table=$argv[1];
$property=array();
$foundprimary=0;
......@@ -355,8 +361,11 @@ if ($fp)
else $error++;
//--------------------------------
// Build skeleton_script.php
//--------------------------------
// Read skeleton_class.class.php file
// Read skeleton_script.php file
$skeletonfile='skeleton_script.php';
$sourcecontent=file_get_contents($skeletonfile);
if (! $sourcecontent)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment