text
stringlengths
2
1.03M
<?php include "../../foundation/customernav.php"; $pesanan = $_SESSION['username']; $ordacc = mysqli_query($koneksi, "SELECT * FROM ordercustomer WHERE nama = '$pesanan' and status = 'belum bayar'"); ?> <div id="layoutSidenav_content"> <main> <div class="container-fluid"> <h1 class="mt-4">Data...
<?php namespace App; use Illuminate\Database\Eloquent\Model; class Roomaster extends Model { // }
<?php namespace Google\AdsApi\Dfp\v201711; /** * This file was generated from WSDL. DO NOT EDIT. */ class createAdUnitsResponse { /** * @var \Google\AdsApi\Dfp\v201711\AdUnit[] $rval */ protected $rval = null; /** * @param \Google\AdsApi\Dfp\v201711\AdUnit[] $rval */ public fu...
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Debug\Exception; /** * Fatal Error Exception. * * ...
<?php //application/controllers/Pics.php //controler stores methods class Pics extends CI_Controller { public function __construct() { parent::__construct(); $this->load->model('pics_model'); $this->config->set_item('banner','News Section'); ...
<!DOCTYPE html> <html> <head> <title>Project Documents</title> <script> function editClient(ClientId) { location.assign("edit_client.php?client="+ClientId); } function editProject(ProjectId) { location.assign("edit_project.php?project="+ProjectId); } function delP...
<?php /* * This file is part of the Sylius package. * * (c) Paweł Jędrzejewski * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); use PSS\SymfonyMockerContainer\DependencyInjection\MockerContainer; use Symf...
<?php get_header(); ?> <div class="main"> <div class="container"> <?php if(have_posts()) : ?> <?php while(have_posts()): the_post(); ?> <h3><?php the_title(); ?></h3> <div class="meta"> Created By <?php the_author(); ?> on <?php the_time('F j, Y g:i a'); ?> </div> <?php the_content();...
<!DOCTYPE html> <html lang="{{ str_replace('_', '-', app()->getLocale()) }}"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <meta name="description" content="Responsive Laravel Admin Dashboard T...
@extends('adminlte::page') @section('content') @if ($errors->any()) <ul class="alert alert-danger"> @foreach ($errors->all() as $error) <li>{{ $error }}</li> @endforeach </ul> @endif <h3>Alterar Monitoramento</h3> {!! Form::open(['route'=> ["mon...
@extends('plantilla') @section("titulo") QueranJeans - CARRITO @endsection @section("principal") <div class="contenedorCarrito"> <section class="carrito"> @php $total = 0; @endphp @if(!empty($carritoActivo->products->count())) <h2 st...
<?php /** * 1. Add `su_option_supported_blocks` option. */ if ( false === get_option( 'su_option_supported_blocks' ) ) { add_option( 'su_option_supported_blocks', array_keys( su_get_config( 'supported-blocks' ) ) ); }
@extends('layouts.layoutcustomer') @section('content') <div class="card text-center"> <div class="card-body"> <h5 class="card-title">Configuracion de Datos Personales</h5> </div> </div> <br> @foreach ($clientes as $cliente) <form action="/clientes/{{ $cliente->idClie...
@props(['disabled' => false]) <input {{ $disabled ? 'disabled' : '' }} {!! $attributes->merge(['class' => 'p-2 border-gray-300 focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50 rounded-md shadow-sm']) !!}>
<?php namespace Coozieki\Framework\Exceptions; use Exception; class FileNotFoundException extends Exception { }
<?php $title = 'Home'; ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> <title><?php echo $title; ?> | Flat Theme</title> <!-- Assets --> <link href="//m...
<?php namespace App\Http\Controllers; use App\Models\Camera; use Illuminate\Http\Request; class HomeController extends Controller { /** * Create a new controller instance. * * @return void */ public function __construct() { $this->middleware('auth'); } /** * Show...
<?php /** * MetadataApi * PHP version 5 * * @category Class * @package Swagger\Client * @author http://github.com/swagger-api/swagger-codegen * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 * @link https://github.com/swagger-api/swagger-codegen */ /** * FileCloud API * * The...
<?php namespace App\Http\Controllers; use App\Patient; use Illuminate\Http\Request; use App\Authentication; use Illuminate\Support\Facades\Hash; class PatientController extends Controller { /** * Display a listing of the resource. * * @return \Illuminate\Http\Response */ public function ...
<div> <div class="container" style="padding: 30px 0"> <div class="row"> <div class="panel panel-default"> <div class="panel-heading"> Update Profile </div> <div class="panel-body"> @if (Session::has('message'...
<div class="row"> <div class="col-12"> <div class="mb-2"> <h1>{{array_key_last ($breadCrumbs)}}</h1> @if(isset($btn) && !is_null($btn)) <div class="float-sm-right text-zero"> <a href="{{$btn}}" class="btn btn-primary btn-lg">ახლის დამატება</a> ...
<?php namespace RectorPrefix20210608; if (\class_exists('Tx_Fluid_View_AbstractTemplateView')) { return; } class Tx_Fluid_View_AbstractTemplateView { } \class_alias('Tx_Fluid_View_AbstractTemplateView', 'Tx_Fluid_View_AbstractTemplateView', \false);
<?php Yii::setAlias('@tests', dirname(__DIR__) . '/tests/codeception'); $params = require(__DIR__ . '/params.php'); $db = require(__DIR__ . '/db.php'); $config = [ 'id' => 'basic-console', 'basePath' => dirname(__DIR__), 'bootstrap' => ['log'], 'controllerNamespace' => 'app\commands', 'components...
<?php /** * BSD 3-Clause License * * Copyright (c) 2017, Carlos Henrique * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * ** Redistributions of source code must retain the above copyr...
<?php namespace Crm\MainBundle\Tests\Controller; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; class FaqCategoryControllerTest extends WebTestCase { /* public function testCompleteScenario() { // Create a new client to browse the application $client = static::createClient(); ...
<?php use yii\helpers\Url; ?> <!-- Navigation Start --> <nav class="navbar navbar-expand-lg navbar-dark fixed-top py-3" id="mainNav"> <div class="container-fluid"> <a class="navbar-brand logo_brand js-scroll-trigger" href="#page-top"> <img src="images/main_logo.svg" alt=""> </a> <button class="navbar-t...
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; class CreateKelahiranTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('kelahiran', f...
@extends('layouts.dashboard') @section('content') <div class="d-flex justify-content-between flex-wrap flex-md-nowrap align-items-center pt-3 pb-2 mb-3 border-bottom"> <h1 class="h2">Book reviews</h1> </div> <a href="{{ route('works.create') }}" class="btn btn-success"> Add </a> <b...
<?php namespace HydrefLab\Laravel\Make\Console\CommandInputCollectors; use Illuminate\Console\Command; class NotificationMakeCommandInputCollector { /** * @param Command $command * @return array */ public function __invoke(Command $command): array { $options = [ 'name' ...
<?php // This file is auto-generated, don't edit it. Thanks. namespace AlibabaCloud\SDK\FCOpen\V20210406\Models; use AlibabaCloud\Tea\Model; class UpdateFunctionResponseBody extends Model { /** * @description 自定义、自定义容器运行时 HTTP Server 的监听端口 * * @var int */ public $caPort; /** * ...
<?php namespace App\Services; use App\Repositories\CardTypeRepository; use Illuminate\Http\Request; class CardTypeService { public function __construct(CardTypeRepository $repository) { $this->repository = $repository ; } public function index($perPage) { return $this->repository->all($perPage); } public...
<? if(isset($_REQUEST['id'])){ $hidden = array('id' => $_REQUEST['id']); } $code = array( 'name' => 'code', 'id' => 'code', 'value' => (isset($_REQUEST['code'])?$_REQUEST['code']:''), 'style' => 'width:40px;', 'maxlength' => '2', ); $description = ...
<?php namespace App\Http\Controllers; use Illuminate\Http\Request; use Illuminate\Support\Facades\DB; class VoucherController extends Controller { public function checkVoucher(Request $request){ $voucher=$request->input('voucher'); $idProduct=$request->input('idProduct'); $pro = DB::table(...
<?php /* |-------------------------------------------------------------------------- | Web Routes |-------------------------------------------------------------------------- | | Here is where you can register web routes for your application. These | routes are loaded by the RouteServiceProvider within a group which | ...
<?php declare(strict_types=1); namespace knotlib\module\test\classes\component; use knotlib\kernel\module\ComponentTypes; use knotlib\kernel\module\ModuleInterface; use knotlib\kernel\kernel\ApplicationInterface; class EventStreamModule implements ModuleInterface { /** * ModuleInterface constructor. * ...
<?php /** * [Discuz!] (C)2001-2099 Comsenz Inc. * This is NOT a freeware, use is subject to license terms * * $Id: notify_invite.php 34251 2013-11-25 03:10:11Z nemohou $ */ define('IN_API', true); define('CURSCRIPT', 'api'); define('DISABLEXSSCHECK', true); require '../../source/class/class_core....
<?php namespace App\Http\Controllers\Manager; use App\Http\Controllers\Controller; use Doctrine\ORM\EntityManager; use Illuminate\Http\Request; use Query\Application\Auth\Firm\ManagerAuthorization; use Query\Application\Service\Manager\ExecuteTaskInFirm; use Query\Application\Service\Manager\ExecuteTaskInProgram; use...
<?php /* * This file is part of Sulu. * * (c) Sulu GmbH * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. */ namespace Sulu\Bundle\DocumentManagerBundle\Bridge\Serializer\Handler; use JMS\Serializer\Context; use JMS\Serializer\GraphNavigatorInterfa...
<?php namespace Admin\Controller; class UserController extends BaseController { public function user() { $num = 25; $p = I("get.page") ? I("get.page") : 1; cookie("prevUrl", "Admin/User/user/page/" . $p); $condition = array( "type" => 0 ); if (I("pos...
<?php use Illuminate\Database\Seeder; use App\Product; class ProductsTableSeeder extends Seeder { /** * Run the database seeds. * * @return void */ public function run() { \DB::table('products')->truncate(); \DB::table('products')->insert(array ( 0 => ...
<?php namespace App; use Illuminate\Contracts\Auth\MustVerifyEmail; use Illuminate\Foundation\Auth\User as Authenticatable; use Illuminate\Notifications\Notifiable; use App\Admincat; class User extends Authenticatable { use Notifiable; /** * The attributes that are mass assignable. * * @var a...
<?php namespace App\Model; use App\Model\Review; use Illuminate\Database\Eloquent\Model; class Product extends Model { public function reviews(){ return $this->hasMany(Review::class); } }
<?php include_once dirname(__FILE__) . '/../../../bootstrap/unit.php'; include_once dirname(__FILE__) . '/../../../bootstrap/database.php'; sfContext::createInstance($configuration); $user = sfContext::getInstance()->getUser(); $user->setAuthenticated(true); $user->setMemberId(1); $t = new lime_test(28, new lime_outp...
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Form; use Symfony\Component\Form\Exception\InvalidArg...
@extends('layouts.app') @section('content') <div class="container"> <div class="row"> <div class="col-md-12"> <div class="card"> <div class="card-header"> Welcome to AST_Task1 </div> </div> </div> </div> </div> @endsec...
<?php // This file is auto-generated, don't edit it. Thanks. namespace AlibabaCloud\SDK\HBase\V20190101\Models; use AlibabaCloud\Tea\Model; class ModifyInstanceNameRequest extends Model { /** * @var string */ public $clientToken; /** * @var string */ public $clusterId; /** ...
<?php /** * PHPExcel * * Copyright (c) 2006 - 2010 PHPExcel * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later ve...
<?php use yii\helpers\Html; use yii\helpers\Url; use backend\widgets\FormContainer; use yii\widgets\ActiveForm; ?> <?php /** * @var $this yii\web\View * @var $tag common\models\Tag */ $this->getBlock('breadcrumbs')->add(Yii::t('app', 'Manage tag'), ['index']); ?> <?php $formid = 'edit_form'; $container = ...
<?php namespace Dhii\Exception\UnitTest; use Xpmock\TestCase; use Exception as RootException; use Dhii\Exception\InvalidArgumentException as TestSubject; use PHPUnit_Framework_MockObject_MockObject as MockObject; /** * Tests {@see TestSubject}. * * @since [*next-version*] */ class CreateNativeInvalidArgumentExce...
<?php namespace backend\models; use Yii; /** * This is the model class for table "service_types". * * @property integer $id_service_types */ class ServiceTypes extends \yii\db\ActiveRecord { /** * @inheritdoc */ public static function tableName() { return 'service_types'; } ...
<?php use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class CreateRolesTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('roles', function ...
<?php use App\Rental; use Illuminate\Database\Seeder; class RentalSeeder extends Seeder { /** * Run the database seeds. * * @return void */ public function run() { factory(Rental::class, 30)->create(); } }
@extends('layouts.app') @section('content') <div class="container"> <div class="row justify-content-center"> <div class="col-md-8"> <div class="card"> <div class="card-header">{{ __('Register') }}</div> <div class="card-body"> <form method="P...
<?php use yii\helpers\Html; /* @var $this yii\web\View */ /* @var $model common\models\referraladmin\LabSampletype */ $this->title = 'Update Lab Sampletype: ' . $model->labsampletype_id; $this->params['breadcrumbs'][] = ['label' => 'Lab Sampletypes', 'url' => ['index']]; $this->params['breadcrumbs'][] = ['label' => ...
<?php use yii\helpers\Html; use yii\widgets\ActiveForm; /* @var $this yii\web\View */ /* @var $model app\models\QiwibillSearch */ /* @var $form yii\widgets\ActiveForm */ ?> <div class="qiwibill-search"> <?php $form = ActiveForm::begin([ 'action' => ['index'], 'method' => 'get', 'options'...
<?php defined('BASEPATH') OR exit('No direct script access allowed'); class Auth extends CI_Controller { public function __construct() { parent::__construct(); $this->load->library('form_validation'); } public function index() { $this->form_validation->set_rules('email', 'Em...
<?php namespace App\Http\Controllers; use App\Models\Modelbackend\Slider; use Carbon\Carbon; use Illuminate\Http\Request; class SliderController extends Controller { /** * Display a listing of the resource. * * @return \Illuminate\Http\Response */ public function index() { ret...
<?php /** * This file is part of the Propel package. * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @license MIT License */ namespace Propel\Tests\Runtime\Map; use Propel\Runtime\Map\DatabaseMap; use Propel\Runtime\Map\RelationMa...
<?php return [ 'Names' => [ 'Afak' => 'afaka', 'Arab' => 'arabisk', 'Aran' => 'nastaliq', 'Armi' => 'armi', 'Armn' => 'armensk', 'Avst' => 'avestansk', 'Bali' => 'balinesisk', 'Bamu' => 'bamum', 'Bass' => 'bassa', 'Batk' => 'batak', ...
<?php namespace App\Http\Controllers; use App\Models\BranchOffice; use App\Models\Branch; use Illuminate\Http\Request; class BranchOfficeController extends Controller { /** * Display a listing of the resource. * * @return \Illuminate\Http\Response */ public function index() { ...
@extends('layouts.app') @section('content') @if (Auth::user()->authority_id === \App\User::AUTHORITY_USER) <div class="index-food-user"> <div class="container"> <form action="{{ url('/foods') }}" method="GET"> <input class="w-50 p-2" type="text" name="keyword" placeholder="地域を検索する" value="{{ $k...
<?php namespace Birdbord\Http\Controllers\Auth; use Birdbord\Http\Controllers\Controller; use Illuminate\Foundation\Auth\SendsPasswordResetEmails; class ForgotPasswordController extends Controller { /* |-------------------------------------------------------------------------- | Password Reset Controller...
<?hh class C { protected $p = 'test'; function unsetProtected() { unset($this->p); } function setProtected() { $this->p = 'changed'; } } class D extends C { function setP() { $this->p = 'changed in D'; } } <<__EntryPoint>> function main(): void { $d = new D; echo "Un...
<?php /** * * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ namespace Magento\Variable\Controller\Adminhtml\System\Variable; /** * Display Variables list page * @api * @since 100.0.2 */ class Index extends \Magento\Variable\Controller\Adminhtml\System\Variable { /...
<?php return [ 'create' => 'Crear cuenta', 'economy' => 'Nuestra economia', 'facebook' => 'Iniciar sesión con Facebook', 'find_out_more' => 'Qué es Local Food Nodes', 'forgot' => '¿Has olvidado tu contraseña?', 'language' => 'Idioma', 'local_food_nodes' => 'Local Food Nodes', 'login' =>...
<?php session_start(); require_once("config.php"); $filePathName = basename($_SERVER["PHP_SELF"]); $setPathName = explode(".", $filePathName); ?> <!doctype html> <html lang="en"> <head> <?php include 'elements/head.php'; ?> </head> <body> <div class="alert-load"></div> <di...
<?php namespace Acelle\Http\Controllers\Api; use Acelle\Http\Controllers\Controller; /** * /api/v1/campaigns - API controller for managing campaigns. */ class AutomationController extends Controller { /** * Call api for automation api call type. * * GET /api/v1/campaigns * * @return \I...
<?php class Admins extends CI_Model { function __construct() { parent::__construct(); $this->load->database(); } function fetch_all_details() { $this->db->select('*'); $this->db->from('about_us'); $result = $this->db->get(); if ($result->num_rows()...
<?php defined('BASEPATH') OR exit('No direct script access allowed'); class Avaliadores extends CI_Controller { public function __construct(){ parent::__construct(); if (isset($_SESSION["admin_user"]) && $_SESSION["admin_user"]["nivel"] <= NIVEL_PARTICIPANTE || !isset($_SESSI...
<!-- Modal --> <div class="modal fade" id="upload" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <h4 class="modal-title" id="exampleModalLabel">Pengelua...
<?php require_once('includes/load.php'); $cc = find_conta('contador'); $contador=$cc[0]['conta']; $impresion=false; ?> <?php function redirect1($url, $permanent = false) { if (headers_sent() === false) { header('Location: ' . $url, true, ($permanent === true) ? 301 : 302); } exi...
<?php namespace App\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; class AreaDisabledDay extends Model { use HasFactory; public $timestamps = false; public $table = 'areadisableddays'; }
<?php /* * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT * OWNER OR CONTRIBUTORS B...
<?php namespace HuaweiCloud\SDK\Iam\V3\Model; use \ArrayAccess; use HuaweiCloud\SDK\Core\Utils\ObjectSerializer; use HuaweiCloud\SDK\Core\Utils\ModelInterface; use HuaweiCloud\SDK\Core\SdkResponse; class CreateCredentialOption implements ModelInterface, ArrayAccess { const DISCRIMINATOR = null; /** * Th...
<?php namespace Shopper\Framework\Http\Livewire\Products\Form; use Illuminate\Support\Collection; use Livewire\WithFileUploads; use Shopper\Framework\Events\Products\ProductUpdated; use Shopper\Framework\Http\Livewire\AbstractBaseComponent; use Shopper\Framework\Http\Livewire\Products\WithAttributes; use Shopper\Fram...
<?php namespace YHSPY\Essl\Parser; use YHSPY\Essl\Exception; class SanParser { /** * @param $sanString * @return array */ public function parse($sanString) { $results = explode(',', $sanString); array_walk($results, function(&$item) { $item = trim($item); ...
<!DOCTYPE html> <!-- saved from url=(0014)about:internet --> <html lang="en"> <head> <?php include("header.php") ?> <?php include("stile.php") ?> </head> <body> <div class="container-fluid"> <div class="row header"> <?php include("menu_bar.php") ?> </div> <div class=...
<h2>Error al Suscribir al usuario</h2> <a href="<?=site_url('dashboard')?>">Volver al Inicio</a>
<?php /** * @small */ class BuildTest extends \PHPUnit\Framework\TestCase { public function testBuildAPI() { $build = new PhpBrew\Build('5.3.1'); $build->setVersion('5.3.1'); $build->enableVariant('debug'); $build->enableVariant('icu'); $build->enableVariant('sqlite')...
--TEST-- HttpQueryString local --SKIPIF-- <?php include 'skip.inc'; checkmin("5.2.5"); ?> --FILE-- <?php echo "-TEST\n"; $q = new HttpQueryString(false, $array = array('a'=>'b','c'=>'3.4','r'=>array(1,2,3))); var_dump($q->get()); var_dump($q->get('n')); var_dump($q->get('a')); var_dump($q->get('a', "i", 0, true)); var...
<?php declare(strict_types=1); /* * This file has been auto generated by Jane, * * Do no edit it directly. */ namespace Ammonkc\SabreApi\Model\CreatePassengerNameRecord; use Ammonkc\SabreApi\AbstractModel; class CreatePassengerNameRecordRequestCreatePassengerNameRecordRQAirPriceItemPriceRequestInformationOptio...
<?php namespace Fileshare; use \Psr\Http\Message\ServerRequestInterface as Request; use \Psr\Http\Message\ResponseInterface as Response; define('ROOT', dirname(__DIR__)); require ROOT . '/vendor/autoload.php'; require ROOT . '/app/bootstrap/app.php'; require ROOT . '/app/bootstrap/components.php'; require ROOT . '/...
<x-app-layout> <x-slot name="header"> <h2 class="font-semibold text-xl text-gray-800 leading-tight"> User &raquo {!! __($item->name) !!} &raquo Edit </h2> </x-slot> <div class="py-12"> <div class="max-w-7xl mx-auto sm:px-6 lg:px-8"> <div> @if...
<!DOCTYPE html> <html> <head><title>唐詩查詢</title></head> <script src="https://code.jquery.com/jquery-3.5.1.js" integrity="sha256-QWo7LDvxbWT2tbbQ97B53yJnYU3WhH/C8ycbRAkjPDc=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.4/Chart.min.js" integrity="sha512-d9xgZrVZpmmQl...
<?php namespace CodeProject\Http\Controllers; use CodeProject\Repositories\ProjectTaskRepository; use CodeProject\Services\ProjectTaskService; use Illuminate\Http\Request; /** * Class ProjectTaskController * @package CodeProject\Http\Controllers */ class ProjectTaskController extends Controller { /** * ...
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; class CreateClientsTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('clients', funct...
<?php declare(strict_types = 1); namespace PharIo\Manifest; use DOMDocument; class BundlesElementTest extends \PHPUnit\Framework\TestCase { /** @var DOMDocument */ private $dom; /** @var BundlesElement */ private $bundles; protected function setUp(): void { $this->dom = new DOMDocument()...
<nav class="navbar navbar-expand-md navbar-light navbar-laravel navbar-inverse position-absulute"> <div class="container"> <a class="navbar-brand" href="{{ url('/') }}"> {{ config('app.name', 'Laravel') }} </a> <button class="navbar-toggler" type="button" data-toggle="collapse" d...
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head id="Head1"><title> FERRY FOLKS </title> <link href="<?php echo base_url(); ?>/assets/expensereport/style.css" rel="stylesheet" /> <link rel="stylesheet" href="<?php echo base_url(); ?>/assets/expensereport/bootstrap.css" /> <style> @media p...
<?php /** * Класс CustomfieldGroupBackendController: * * @category Yupe\yupe\components\controllers\BackController * @package yupe * @author Yupe Team <team@yupe.ru> * @license https://github.com/yupe/yupe/blob/master/LICENSE BSD * @link https://yupe.ru **/ class CustomfieldGroupBackendController exte...
<?php // ========================================================================================================= // USER/ADMIN DASHBOARD VIEWS // ========================================================================================================= // ROUTE: user dashboard $router->get(ROUTES['user_dashboard']...
<?php use Illuminate\Database\Seeder; class InitializationSeeder extends Seeder { /** * Run the database seeds. * * @return void */ public function run() { factory(\App\Models\Category::class)->create([ 'name' => 'Uncategorized', 'description' => 'Defaul...
<?php // BenchMark Class Library V.1 By devster and edited by NIMIX3 for VENUS FRAMEWORK that is Under MIT License. // Micro PHP benchmark library https://github.com/devster/ubench have No License. // NOTE: PLEASE DO NOT EDIT OR SELL THIS CODE FOR COMMERCIAL PURPOSE EXCEPT REFER TO VENUS FRAMEWORK IN YOUR PRODUCT! name...
<?php /** * Refer to LICENSE.txt distributed with the Temando Shipping module for notice of license */ namespace Temando\Shipping\Block\Adminhtml\System\Config\Form\Field; use Magento\Backend\Block\Template\Context; use Magento\Config\Block\System\Config\Form\Field; use Magento\Framework\Data\Form\Element\AbstractE...
<?php /* * Copyright 2007 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; class AddTableToStaffPostcode extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::table('staff', fun...
<?php namespace App\Controller; use App\Controller\AppController; /** * Marathonbooking Controller * * @property \App\Model\Table\MarathonbookingTable $Marathonbooking */ class MarathonbookingController extends AppController { /** * Index method * * @return \Cake\Network\Response|null */ ...
<section class="seccion contenedor"> <?php try { require_once('includes/funciones/bd_conexion.php'); $sql = " SELECT * FROM `invitados` "; $resultado = $conn->query($sql); } catch (\Exception $e) { echo $e->getMessage(); } ?> <section class="invitados contenedor ...
<?php return [ /* |-------------------------------------------------------------------------- | Validation Language Lines |-------------------------------------------------------------------------- | | The following language lines contain the default error messages used by | the validator c...
<div class="layui-fluid"> <div class="layui-row"> <div class="layui-card"> <div class="layui-tab layui-tab-brief" lay-filter="component-tabs"> <ul class="layui-tab-title"> <li lay-data="0">全部</li> <li class="layui-this" ...