Skip to content

Instantly share code, notes, and snippets.

View JCervantesB's full-sized avatar

Julio Cervantes JCervantesB

View GitHub Profile
@JCervantesB
JCervantesB / index.html
Created April 10, 2025 16:11
corrección AntonioF. Diaz
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CEO Digital Manager</title>
<link rel="preload" href="css/style.css" as="style">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
@JCervantesB
JCervantesB / ActiveRecord.php
Created July 8, 2025 21:51
BienesRaicesMVC
<?php
namespace Model;
class ActiveRecord{
//base de datos
protected static $db;
protected static $columnasDB = [];
protected static $tabla = '';