PHP BD.simple
Esta class nos permitirá acceder de una manera sencilla a bases de datos MySql.
El funcionamiento es muy sencillo,aquí teneis un pequeño ejempo.
$BD= new simplebd("localhost","root","","wordpress",true);
$resultado=$BD->select("select * from wp_users");
foreach ($resultado as $key => $value) {
echo $value->user_login;
}
echo $BD->getCount();
$BD->close();
- Version: RC. 0.1
- Codigo Fuente
SandBox 2.zero

SandBox 2.zero es un mashup de varios de los mejores proyectos web hoy en día y un gestor sencillo de bases de datos programado por mi.
El objetivo de este es establecer una base a la hora de generar la base de nuevos prototipos php.
Descarga
El funcionamiento es muy sencillo
- Decargar SandBox2.zero
- Descomprimir el .zip
- Configurar la BD en /inc/conf.php
Ya puedes borrar el contenido demo y comenzar a trastear ![]()
Licencia
art-xtreme is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with art-xtreme; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Si quieres contactar conmigo :
neo2001[en]gmail.com








