Skip to content

Instantly share code, notes, and snippets.

View IsaacVe's full-sized avatar

Isako IsaacVe

View GitHub Profile
@IsaacVe
IsaacVe / formulariocliente.php
Created January 2, 2020 04:02
Trying to validate a new field
<?php
/**
* 2007-2020 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
@IsaacVe
IsaacVe / Subsidiary.java
Created January 12, 2018 18:38
many-to-many with extra column 1.7
import javax.persistence.*;
import java.util.ArrayList;
import java.util.List;
import java.util.Objects;
@Entity(name = "Subsidiary")
@Table(name = "SUCURSAL")
public class Subsidiary {