Revision 2 | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed
<?phpnamespace App\Models;use Illuminate\Database\Eloquent\Model;/*** App\Models\Web** @property int $ID* @property string|null $kunde* @property string|null $datenbank* @property string|null $db_server* @property string|null $db_username* @property string|null $db_password* @property string|null $domain* @property string|null $domain_logo* @property string|null $kunde_bezeichnung* @property string|null $kunde_begruessung* @property string|null $bgcolor_seite* @property string|null $bgcolor_links* @property string|null $bgcolor_rechts* @property string|null $font_color_rechts* @property string|null $font_color_links* @property string|null $font_color_seite* @property string|null $hintergrundbild* @property string|null $verzeichnis* @property string $dok_domain* @property int|null $max_artikel* @property int $mails_per_minute* @property int|null $max_Aktionsartikel* @property string|null $Shop_tree_Breite* @property string|null $FTP_server* @property string|null $FTP_user* @property string|null $FTP_passwd* @property int|null $FTP_passiv* @property int $use_ssl* @property int $ssh_port* @property string $system_copyright* @property string $remoteHosts* @property string $erstellt_am* @property string|null $erstellt_von* @property string $letzte_Aenderung_am* @property string|null $letzte_Aenderung_von* @method static \Illuminate\Database\Eloquent\Builder|Web newModelQuery()* @method static \Illuminate\Database\Eloquent\Builder|Web newQuery()* @method static \Illuminate\Database\Eloquent\Builder|Web query()* @method static \Illuminate\Database\Eloquent\Builder|Web whereBgcolorLinks($value)* @method static \Illuminate\Database\Eloquent\Builder|Web whereBgcolorRechts($value)* @method static \Illuminate\Database\Eloquent\Builder|Web whereBgcolorSeite($value)* @method static \Illuminate\Database\Eloquent\Builder|Web whereDatenbank($value)* @method static \Illuminate\Database\Eloquent\Builder|Web whereDbPassword($value)* @method static \Illuminate\Database\Eloquent\Builder|Web whereDbServer($value)* @method static \Illuminate\Database\Eloquent\Builder|Web whereDbUsername($value)* @method static \Illuminate\Database\Eloquent\Builder|Web whereDokDomain($value)* @method static \Illuminate\Database\Eloquent\Builder|Web whereDomain($value)* @method static \Illuminate\Database\Eloquent\Builder|Web whereDomainLogo($value)* @method static \Illuminate\Database\Eloquent\Builder|Web whereErstelltAm($value)* @method static \Illuminate\Database\Eloquent\Builder|Web whereErstelltVon($value)* @method static \Illuminate\Database\Eloquent\Builder|Web whereFTPPassiv($value)* @method static \Illuminate\Database\Eloquent\Builder|Web whereFTPPasswd($value)* @method static \Illuminate\Database\Eloquent\Builder|Web whereFTPServer($value)* @method static \Illuminate\Database\Eloquent\Builder|Web whereFTPUser($value)* @method static \Illuminate\Database\Eloquent\Builder|Web whereFontColorLinks($value)* @method static \Illuminate\Database\Eloquent\Builder|Web whereFontColorRechts($value)* @method static \Illuminate\Database\Eloquent\Builder|Web whereFontColorSeite($value)* @method static \Illuminate\Database\Eloquent\Builder|Web whereHintergrundbild($value)* @method static \Illuminate\Database\Eloquent\Builder|Web whereID($value)* @method static \Illuminate\Database\Eloquent\Builder|Web whereKunde($value)* @method static \Illuminate\Database\Eloquent\Builder|Web whereKundeBegruessung($value)* @method static \Illuminate\Database\Eloquent\Builder|Web whereKundeBezeichnung($value)* @method static \Illuminate\Database\Eloquent\Builder|Web whereLetzteAenderungAm($value)* @method static \Illuminate\Database\Eloquent\Builder|Web whereLetzteAenderungVon($value)* @method static \Illuminate\Database\Eloquent\Builder|Web whereMailsPerMinute($value)* @method static \Illuminate\Database\Eloquent\Builder|Web whereMaxAktionsartikel($value)* @method static \Illuminate\Database\Eloquent\Builder|Web whereMaxArtikel($value)* @method static \Illuminate\Database\Eloquent\Builder|Web whereRemoteHosts($value)* @method static \Illuminate\Database\Eloquent\Builder|Web whereShopTreeBreite($value)* @method static \Illuminate\Database\Eloquent\Builder|Web whereSshPort($value)* @method static \Illuminate\Database\Eloquent\Builder|Web whereSystemCopyright($value)* @method static \Illuminate\Database\Eloquent\Builder|Web whereUseSsl($value)* @method static \Illuminate\Database\Eloquent\Builder|Web whereVerzeichnis($value)* @mixin \Eloquent*/class Web extends Model{protected $connection = "cms";}