File manager - Edit - /home/asiatechinc/public_html/bhrhotelsindia.com/modules/Event/Models/EventDate.php
Back
<?php namespace Modules\Event\Models; use App\BaseModel; class EventDate extends BaseModel { protected $table = 'bravo_event_dates'; protected $casts = [ 'ticket_types'=>'array', ]; public static function getDatesInRanges($start_date,$end_date,$id){ return static::query()->where([ ['start_date','>=',$start_date], ['end_date','<=',$end_date], ['target_id','=',$id], ])->take(100)->get(); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings