!C99Shell v. 2.6 Mod (06.03.2026)!

Software: Apache. PHP/7.2.34 

uname -a: Linux li456-155.members.linode.com 3.10.0-1160.92.1.el7.x86_64 #1 SMP Tue Jun 20 11:48:01
UTC 2023 x86_64
 

uid=48(apache) gid=48(apache) groups=48(apache) 

Safe-mode: OFF (not secure)

/var/www/html/TABASCO/AT_ADMIN/AT_NORTON/apps/models/   drwxrwxrwx
Free 1.75 GB of 47.23 GB (3.71%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Bind    Proc.    FTP brute    Sec.    SQL    PHP-code    Self remove    Logout    


Viewing file:     VtableInmueble.php (16.4 KB)      -rwxrwxrwx
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
namespace Modules\Models;
class 
VtableInmueble extends \Phalcon\Mvc\Model
{

    
/**
     *
     * @var integer
     * @Column(column="imid", type="integer", length=11, nullable=false)
     */
    
protected $imid;

    
/**
     *
     * @var integer
     * @Column(column="folio", type="integer", length=11, nullable=true)
     */
    
protected $folio;

    
/**
     *
     * @var integer
     * @Column(column="inmuebles_24", type="integer", length=11, nullable=true)
     */
    
protected $inmuebles_24;

    protected 
$easybroker;

    
/**
     *
     * @var string
     * @Column(column="date_add", type="string", nullable=true)
     */
    
protected $date_add;

    
/**
     *
     * @var string
     * @Column(column="type", type="string", length=75, nullable=true)
     */
    
protected $type;

    
/**
     *
     * @var integer
     * @Column(column="uid", type="integer", length=11, nullable=true)
     */
    
protected $uid;

    
/**
     *
     * @var string
     * @Column(column="operation", type="string", nullable=true)
     */
    
protected $operation;

    
/**
     *
     * @var string
     * @Column(column="neighborhood", type="string", length=150, nullable=true)
     */
    
protected $neighborhood;

    
/**
     *
     * @var string
     * @Column(column="street", type="string", length=150, nullable=true)
     */
    
protected $street;

    
/**
     *
     * @var string
     * @Column(column="address", type="string", length=200, nullable=true)
     */
    
protected $address;

    
/**
     *
     * @var string
     * @Column(column="project_name", type="string", length=75, nullable=true)
     */
    
protected $project_name;

    protected 
$mpid;
    
    protected 
$nombre_municipio;


    
/**
     *
     * @var string
     * @Column(column="ground_superface", type="string", length=45, nullable=true)
     */
    
protected $ground_superface;

    
/**
     *
     * @var string
     * @Column(column="ground_area", type="string", length=45, nullable=true)
     */
    
protected $ground_area;

    
/**
     *
     * @var string
     * @Column(column="roofed_area", type="string", length=45, nullable=true)
     */
    
protected $roofed_area;

    
/**
     *
     * @var string
     * @Column(column="build_area", type="string", length=45, nullable=true)
     */
    
protected $build_area;

    
/**
     *
     * @var string
     * @Column(column="vent", type="string", length=50, nullable=true)
     */
    
protected $vent;

    
/**
     *
     * @var string
     * @Column(column="rent", type="string", length=50, nullable=true)
     */
    
protected $rent;

    
/**
     *
     * @var string
     * @Column(column="meter_price", type="string", length=50, nullable=true)
     */
    
protected $meter_price;

    
/**
     *
     * @var string
     * @Column(column="construction_superface", type="string", length=45, nullable=true)
     */
    
protected $construction_superface;

    
/**
     *
     * @var string
     * @Column(column="front", type="string", length=45, nullable=true)
     */
    
protected $front;

    
/**
     *
     * @var string
     * @Column(column="background", type="string", length=45, nullable=true)
     */
    
protected $background;

    
/**
     *
     * @var string
     * @Column(column="name", type="string", length=75, nullable=true)
     */
    
protected $name;

    
/**
     *
     * @var string
     * @Column(column="lastname", type="string", length=75, nullable=true)
     */
    
protected $lastname;

    
/**
     *
     * @var string
     * @Column(column="origin", type="string", length=45, nullable=true)
     */
    
protected $origin;

    
/**
     *
     * @var string
     * @Column(column="validity", type="string", nullable=true)
     */
    
protected $validity;

    
/**
     *
     * @var string
     * @Column(column="furnished", type="string", nullable=true)
     */
    
protected $furnished;

    
/**
     *
     * @var string
     * @Column(column="company", type="string", length=100, nullable=true)
     */
    
protected $company;

    
/**
     * Method to set the value of field imid
     *
     * @param integer $imid
     * @return $this
     */
    
public function setImid($imid)
    {
        
$this->imid $imid;

        return 
$this;
    }

    
/**
     * Method to set the value of field folio
     *
     * @param integer $folio
     * @return $this
     */
    
public function setFolio($folio)
    {
        
$this->folio $folio;

        return 
$this;
    }

    
/**
     * Method to set the value of field date_add
     *
     * @param string $date_add
     * @return $this
     */
    
public function setDateAdd($date_add)
    {
        
$this->date_add $date_add;

        return 
$this;
    }

    
/**
     * Method to set the value of field type
     *
     * @param string $type
     * @return $this
     */
    
public function setType($type)
    {
        
$this->type $type;

        return 
$this;
    }

    
/**
     * Method to set the value of field type
     *
     * @param string $type
     * @return $this
     */
    
public function setInmuebles24($inmuebles_24)
    {
        
$this->inmuebles_24 $inmuebles_24;

        return 
$this;
    }

    
/**
     * Method to set the value of field description
     *
     * @param string $description
     * @return $this
     */
    
public function setEasybroker($easybroker)
    {
        
$this->easybroker $easybroker;

        return 
$this;
    }

    
/**
     * Method to set the value of field uid
     *
     * @param integer $uid
     * @return $this
     */
    
public function setUid($uid)
    {
        
$this->uid $uid;

        return 
$this;
    }

    
/**
     * Method to set the value of field operation
     *
     * @param string $operation
     * @return $this
     */
    
public function setOperation($operation)
    {
        
$this->operation $operation;

        return 
$this;
    }

    
/**
     * Method to set the value of field neighborhood
     *
     * @param string $neighborhood
     * @return $this
     */
    
public function setNeighborhood($neighborhood)
    {
        
$this->neighborhood $neighborhood;

        return 
$this;
    }

    
/**
     * Method to set the value of field street
     *
     * @param string $street
     * @return $this
     */
    
public function setStreet($street)
    {
        
$this->street $street;

        return 
$this;
    }

    
/**
     * Method to set the value of field address
     *
     * @param string $address
     * @return $this
     */
    
public function setAddress($address)
    {
        
$this->address $address;

        return 
$this;
    }

    
/**
     * Method to set the value of field project_name
     *
     * @param string $project_name
     * @return $this
     */
    
public function setProjectName($project_name)
    {
        
$this->project_name $project_name;

        return 
$this;
    }

    public function 
setMpid($mpid)
    {
        
$this->mpid $mpid;

        return 
$this;
    }

    public function 
setNombreMunicipio($nombre_municipio)
    {
        
$this->nombre_municipio $nombre_municipio;

        return 
$this;
    }

    
/**
     * Method to set the value of field ground_superface
     *
     * @param string $ground_superface
     * @return $this
     */
    
public function setGroundSuperface($ground_superface)
    {
        
$this->ground_superface $ground_superface;

        return 
$this;
    }

    
/**
     * Method to set the value of field ground_area
     *
     * @param string $ground_area
     * @return $this
     */
    
public function setGroundArea($ground_area)
    {
        
$this->ground_area $ground_area;

        return 
$this;
    }

    
/**
     * Method to set the value of field roofed_area
     *
     * @param string $roofed_area
     * @return $this
     */
    
public function setRoofedArea($roofed_area)
    {
        
$this->roofed_area $roofed_area;

        return 
$this;
    }

    
/**
     * Method to set the value of field build_area
     *
     * @param string $build_area
     * @return $this
     */
    
public function setBuildArea($build_area)
    {
        
$this->build_area $build_area;

        return 
$this;
    }

    
/**
     * Method to set the value of field vent
     *
     * @param string $vent
     * @return $this
     */
    
public function setVent($vent)
    {
        
$this->vent $vent;

        return 
$this;
    }

    
/**
     * Method to set the value of field rent
     *
     * @param string $rent
     * @return $this
     */
    
public function setRent($rent)
    {
        
$this->rent $rent;

        return 
$this;
    }

    
/**
     * Method to set the value of field meter_price
     *
     * @param string $meter_price
     * @return $this
     */
    
public function setMeterPrice($meter_price)
    {
        
$this->meter_price $meter_price;

        return 
$this;
    }

    
/**
     * Method to set the value of field construction_superface
     *
     * @param string $construction_superface
     * @return $this
     */
    
public function setConstructionSuperface($construction_superface)
    {
        
$this->construction_superface $construction_superface;

        return 
$this;
    }

    
/**
     * Method to set the value of field front
     *
     * @param string $front
     * @return $this
     */
    
public function setFront($front)
    {
        
$this->front $front;

        return 
$this;
    }

    
/**
     * Method to set the value of field background
     *
     * @param string $background
     * @return $this
     */
    
public function setBackground($background)
    {
        
$this->background $background;

        return 
$this;
    }

    
/**
     * Method to set the value of field name
     *
     * @param string $name
     * @return $this
     */
    
public function setName($name)
    {
        
$this->name $name;

        return 
$this;
    }

    
/**
     * Method to set the value of field lastname
     *
     * @param string $lastname
     * @return $this
     */
    
public function setLastname($lastname)
    {
        
$this->lastname $lastname;

        return 
$this;
    }

    
/**
     * Method to set the value of field origin
     *
     * @param string $origin
     * @return $this
     */
    
public function setOrigin($origin)
    {
        
$this->origin $origin;

        return 
$this;
    }

    
/**
     * Method to set the value of field validity
     *
     * @param string $validity
     * @return $this
     */
    
public function setValidity($validity)
    {
        
$this->validity $validity;

        return 
$this;
    }

    
/**
     * Method to set the value of field furnished
     *
     * @param string $furnished
     * @return $this
     */
    
public function setFurnished($furnished)
    {
        
$this->furnished $furnished;

        return 
$this;
    }

    
/**
     * Method to set the value of field company
     *
     * @param string $company
     * @return $this
     */
    
public function setCompany($company)
    {
        
$this->company $company;

        return 
$this;
    }

    
/**
     * Returns the value of field imid
     *
     * @return integer
     */
    
public function getImid()
    {
        return 
$this->imid;
    }

    
/**
     * Returns the value of field folio
     *
     * @return integer
     */
    
public function getFolio()
    {
        return 
$this->folio;
    }

    
/**
     * Returns the value of field date_add
     *
     * @return string
     */
    
public function getDateAdd()
    {
        return 
$this->date_add;
    }

    
/**
     * Returns the value of field type
     *
     * @return string
     */
    
public function getType()
    {
        return 
$this->type;
    }

    
/**
     * Returns the value of field uid
     *
     * @return integer
     */
    
public function getUid()
    {
        return 
$this->uid;
    }

    
/**
     * Returns the value of field operation
     *
     * @return string
     */
    
public function getOperation()
    {
        return 
$this->operation;
    }

    
/**
     * Returns the value of field neighborhood
     *
     * @return string
     */
    
public function getNeighborhood()
    {
        return 
$this->neighborhood;
    }

    
/**
     * Returns the value of field street
     *
     * @return string
     */
    
public function getStreet()
    {
        return 
$this->street;
    }

     
/**
     * Returns the value of field street
     *
     * @return string
     */
    
public function getInmuebles24()
    {
        return 
$this->inmuebles_24;
    }


    public function 
getEasybroker()
    {
        return 
$this->easybroker;
    }

    
/**
     * Returns the value of field address
     *
     * @return string
     */
    
public function getAddress()
    {
        return 
$this->address;
    }

    
/**
     * Returns the value of field project_name
     *
     * @return string
     */
    
public function getProjectName()
    {
        return 
$this->project_name;
    }

    public function 
getMpid()
    {
        return 
$this->mpid;
    }

    public function 
getNombreMunicipio()
    {
        return 
$this->nombre_municipio;
    }

    
/**
     * Returns the value of field ground_superface
     *
     * @return string
     */
    
public function getGroundSuperface()
    {
        return 
$this->ground_superface;
    }

    
/**
     * Returns the value of field ground_area
     *
     * @return string
     */
    
public function getGroundArea()
    {
        return 
$this->ground_area;
    }

    
/**
     * Returns the value of field roofed_area
     *
     * @return string
     */
    
public function getRoofedArea()
    {
        return 
$this->roofed_area;
    }

    
/**
     * Returns the value of field build_area
     *
     * @return string
     */
    
public function getBuildArea()
    {
        return 
$this->build_area;
    }

    
/**
     * Returns the value of field vent
     *
     * @return string
     */
    
public function getVent()
    {
        return 
$this->vent;
    }

    
/**
     * Returns the value of field rent
     *
     * @return string
     */
    
public function getRent()
    {
        return 
$this->rent;
    }

    
/**
     * Returns the value of field meter_price
     *
     * @return string
     */
    
public function getMeterPrice()
    {
        return 
$this->meter_price;
    }

    
/**
     * Returns the value of field construction_superface
     *
     * @return string
     */
    
public function getConstructionSuperface()
    {
        return 
$this->construction_superface;
    }

    
/**
     * Returns the value of field front
     *
     * @return string
     */
    
public function getFront()
    {
        return 
$this->front;
    }

    
/**
     * Returns the value of field background
     *
     * @return string
     */
    
public function getBackground()
    {
        return 
$this->background;
    }

    
/**
     * Returns the value of field name
     *
     * @return string
     */
    
public function getName()
    {
        return 
$this->name;
    }

    
/**
     * Returns the value of field lastname
     *
     * @return string
     */
    
public function getLastname()
    {
        return 
$this->lastname;
    }

    
/**
     * Returns the value of field origin
     *
     * @return string
     */
    
public function getOrigin()
    {
        return 
$this->origin;
    }

    
/**
     * Returns the value of field validity
     *
     * @return string
     */
    
public function getValidity()
    {
        return 
$this->validity;
    }

    
/**
     * Returns the value of field furnished
     *
     * @return string
     */
    
public function getFurnished()
    {
        return 
$this->furnished;
    }

    
/**
     * Returns the value of field company
     *
     * @return string
     */
    
public function getCompany()
    {
        return 
$this->company;
    }

    
/**
     * Initialize method for model.
     */
    
public function initialize()
    {

        
$this->setSource("vtable_inmueble");
    }

    
/**
     * Returns table name mapped in the model.
     *
     * @return string
     */
    
public function getSource()
    {
        return 
'vtable_inmueble';
    }

    
/**
     * Allows to query a set of records that match the specified conditions
     *
     * @param mixed $parameters
     * @return VtableInmueble[]|VtableInmueble|\Phalcon\Mvc\Model\ResultSetInterface
     */
    
public static function find($parameters null)
    {
        return 
parent::find($parameters);
    }

    
/**
     * Allows to query the first record that match the specified conditions
     *
     * @param mixed $parameters
     * @return VtableInmueble|\Phalcon\Mvc\Model\ResultInterface
     */
    
public static function findFirst($parameters null)
    {
        return 
parent::findFirst($parameters);
    }

}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

c99shell Mod — c99shell.com © 2026
Generation time: 0.0758