text
stringlengths
2
1.03M
<?php /** * * This file is part of Aura for PHP. * * @package Aura.Html * * @license http://opensource.org/licenses/bsd-license.php BSD * */ namespace Aura\Html\Helper; /** * * Helper for `<ol>` tag with `<li>` items. * * @package Aura.Html * */ class Ol extends AbstractList { /** * * Retur...
<?php # Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v8/enums/feed_item_validation_status.proto namespace Google\Ads\GoogleAds\V8\Enums; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** * Container ...
<?php namespace AndrewSvirin\Ebics\Exceptions; /** * InternalErrorException used for 061099 EBICS error * * @license http://www.opensource.org/licenses/mit-license.html MIT License * @author Guillaume Sainthillier */ class InternalErrorException extends EbicsResponseException { public function __construct(?st...
<?php namespace BrasseursApplis\Arrows\App; use Assert\Assertion; use Assert\AssertionFailedException; class ApplicationConfig { /** @var bool */ private $debug; /** @var string */ private $logFilePath; /** @var string */ private $logName; /** @var int */ private $logLevel; ...
@php $prefix = Request::route()->getPrefix(); $route =Route::current()->getName(); @endphp <!-- Sidebar Menu --> <nav class="mt-2"> <ul class="nav nav-pills nav-sidebar flex-column" data-widget="treeview" role="menu" data-accordion="false"> <!-- Add icons to the links using the .nav-icon class with fon...
@extends('layouts.master') @section('title') <title>Tambah Data berita</title> @endsection @section('content') <div class="content-wrapper"> <div class="content-header"> <div class="container-fluid"> <div class="row mb-2"> <div class="col-sm-6"> ...
<?php declare(strict_types=1); /** * @package Grav\Common\Flex * * @copyright Copyright (C) 2015 - 2020 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Common\Flex\Types\Generic; use Grav\Common\Flex\Traits\FlexCollectionTrait; use Grav\Com...
<?php namespace App\Http\Controllers\News; use App\Http\Controllers\Controller; use Illuminate\Http\Request; use Illuminate\Http\Response; use Illuminate\Support\Facades\DB; use App\Models\Manager\v1\news\downloadnews; use Illuminate\Support\Facades\Storage; class downloadnewsController extends Controller { publ...
@extends('layouts.app') @inject('categories', 'App\Category') @section('page_title') Post @endsection @section('content') <!-- Main content --> <section class="content"> <!-- Default box --> <div class="box"> <div class="box-header with-border"> <h3 class="bo...
<button class="kt-aside-close " id="kt_aside_close_btn"><i class="la la-close"></i></button> <div class="kt-aside kt-aside--fixed kt-grid__item kt-grid kt-grid--desktop kt-grid--hor-desktop" id="kt_aside"> <!-- begin:: Aside Menu --> <div class="kt-aside-menu-wrapper kt-grid__item kt-grid__item--fluid" id="k...
<footer class="page-footer purple lighten-3 "> <div class="container"> <div class="footer-copyright purple lighten-3 "> <p style="font-size:15px">© <?php echo date('Y'); ?> <a href=""></a> | Ertech<br></p> <a class="grey-text text-lighten-4 right text-flow" href="#!">Pe...
@extends('common.layouts.main') @section('title', trans('general.voucher_users')) @section('content') <div id="page-wrapper"> <div class="container-fluid"> <!-- .row --> <div class="row bg-title" style="background:url({{'/assets/'.config('project.layoutAssetsFolder')}}/plugins/imag...
<!-- Footer --> <footer class="sticky-footer bg-white"> <div class="container my-auto"> <div class="copyright text-center my-auto"> <span>Copyright &copy; SISTEM INVENTARIS SMAN 03 MUKOMUKO <?= date('Y'); ?></span> </div> </div> </footer> <!-- End of Footer --> </div> <!-- End of Content Wrapper --> </div> <...
<?php namespace AdlyAlimin\LaravelSSO\Commands; use Illuminate\Console\Command; class DeleteBroker extends Command { /** * The name and signature of the console command. * * @var string */ protected $signature = 'sso:broker:delete {name}'; /** * The console command description. ...
<?php namespace GestionFaenaBundle\Repository\faena; /** * PrecioVentaArticuloRepository * * This class was generated by the Doctrine ORM. Add your own custom * repository methods below. */ class PrecioVentaArticuloRepository extends \Doctrine\ORM\EntityRepository { }
<?php namespace App; use Illuminate\Database\Eloquent\Model; class ImageBanner extends Model { protected $table = 'imagebanner'; public function banner() { return $this->belongsTo('App\Banner'); } }
<?php namespace Steein\Common\Collections\Interfaces; interface CollectionInteface { }
<?php /** * Created by Reliese Model. */ namespace App\Models; use Illuminate\Database\Eloquent\Collection; use Illuminate\Database\Eloquent\Model; /** * Class Placesofwork * * @property int $placesofworkid * @property string $placeofwork * @property int $districtid * @property int $prospectivepopulation ...
<?php /** * User Model Class * Provides database access for user management [Agent, Clerk, Administrator] * @access public * @package models * @Author Infant Kishore, Joan Britto S, Jerin Monish AC * @Reviewed Loganathan N */ class Quicklink_model extends CI_Model { public $CI; public $table_name = 'qu...
<?php namespace App; use Illuminate\Database\Eloquent\Model; class Empleados extends Model { protected $table = 'empleados'; protected $primaryKey = 'cod_usuario'; public $timestamps = false; protected $fillable = [ 'nombres', 'apellidos', 'dui', 'fech_nac', 't...
<?php /** * MIT License * Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file. */ namespace SprykerEco\Client\FactFinderSdk; use Generated\Shared\Transfer\FactFinderSdkProductCampaignRequestTransfer; use Generated\Shared\Transfer\FactFinderSdkRecommendationRequestTransfe...
@extends('layouts.app') @section('content') <div class="row justify-content-center"> <div class="col-md-8"> <div class="card"> <div class="card-header">{{ __('Verify Your Email Address') }}</div> <div class="card-body"> @if (session('resent')) <d...
<?php namespace App\Classes; use App\Mail\UserActivationEmail; use App\Model\Vadmin\Core\User\User; use App\UserActivation; use Mail; class ActivationService { protected $resendAfter = 24; // Sẽ gửi lại mã xác thực sau 24h nếu thực hiện sendActivationMail() protected $userActivation; public function __co...
<?php namespace App\Http\Resources\Api\Home; use Illuminate\Http\Resources\Json\JsonResource; class CategoryResource extends JsonResource { public function toArray($request): array { $Objects = array(); $Objects['id'] = $this->getId(); $Objects['name'] = (app()->getLocale() == 'ar')?$...
<?php namespace App\Http\Requests\Api; use Illuminate\Foundation\Http\FormRequest as BaseFormRequest; class FormRequest extends BaseFormRequest { /** * Determine if the user is authorized to make this request. * * @return bool */ public function authorize() { return true; ...
<?php namespace Frontend\Modules\Members\Actions; use Frontend\Core\Engine\Base\Block as FrontendBaseBlock; use Frontend\Modules\Members\Engine\Model as FrontendMembersModel; use Common\Modules\Members\Engine\Model as CommonMembersModel; use Common\Modules\Members\Entity\Member; /** * Class Detail * @package Fro...
<?php /* * FecShop file. * * @link http://www.fecshop.com/ * @copyright Copyright (c) 2016 FecShop Software LLC * @license http://www.fecshop.com/license/ */ namespace fecshop\services\product; use fecshop\services\Service; use Yii; use yii\base\InvalidValueException; /** * Product Image Services * @author ...
<?php namespace ContainerKxBcId9; use Symfony\Component\DependencyInjection\Argument\RewindableGenerator; use Symfony\Component\DependencyInjection\Exception\RuntimeException; /** * @internal This class has been auto-generated by the Symfony Dependency Injection Component. */ class getWebServer_Command_ServerStart...
<form method="post" action="{{route('admin.settings.fabricColor.update')}}" enctype="multipart/form-data"> @csrf <input type="hidden" name="colorid" value="{{base64_encode($data->id)}}"> <div class="modal-header"> <h4 class="modal-title">Edit Fabric Color</h4> <button type="button" class="close" data-dism...
<?php class Home extends CI_Controller { var $pageTitle = 'Welcome to MailRoom XPress!'; var $data = null; var $userID = null; var $lastLogin = null; var $institutionID = null; var $buildingID = null; function __construct() { parent::Controller(); $this->load->library('Form_validation'); $this->loa...
<?php Class User_model extends CI_Model { Public function_construct() { parent::_construct(); } } ?>
<?php namespace Subsan\EntityGenerator; use Symfony\Component\Yaml\Yaml; class GeneratorConfig { /** * @var string Name of generating class */ private $name; /** * @var string Namespace for class file */ private $namespace; /** * @var string Parent class */ pri...
<?php declare(strict_types=1); namespace CuyZ\Valinor\Mapper; use CuyZ\Valinor\Mapper\Exception\CannotMapObject; use CuyZ\Valinor\Mapper\Exception\InvalidMappingType; use CuyZ\Valinor\Mapper\Exception\InvalidMappingTypeSignature; use CuyZ\Valinor\Mapper\Tree\Builder\RootNodeBuilder; use CuyZ\Valinor\Mapper\Tree\Node...
<?php namespace App\Repositories\Products; interface ProductRepositoryInterface { public function getIdNameProducts(); }
@extends('layouts.landing') @section('title', 'ZonaSur') @section('content') <?php $startdate=strtotime("Today"); $enddate=strtotime("+5 days", $startdate); ?> <script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script> <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/l...
<?php /** * @package s9e\TextFormatter * @copyright Copyright (c) 2010-2021 The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateNormalizations; use DOMElement; use DOMText; class OptimizeChooseText extends AbstractChoos...
@extends('layouts.app') @section('title', 'Listado de personal a vacunar') @section('content') @include('mammography.partials.nav') <h3 class="mb-3" id="titulo">Listado de personal a vacunar</h3> <form method="GET" class="form-horizontal" action="{{ route('vaccination.slots') }}"> <div class="input-group mb-s...
<?php namespace App\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; use Illuminate\Database\Eloquent\SoftDeletes; class Transaction extends Model { use HasFactory,SoftDeletes; /** * The attributes that are mass assignable. * * @var string...
@extends('admin.layout.main') {{-- @push('css') @endpush --}} @section('header-body') <div class="row"> <div class="col-lg-9 col-md-8"> <div class="breadcrumb-admin d-inline"> <i class="far fa-id-card"></i> @lang('modules.dashboard.menu.contact') </di...
<?php /** * @package Convert Forms * @version 2.5.4 Free * * @author Tassos Marinos <info@tassos.gr> * @link http://www.tassos.gr * @copyright Copyright © 2020 Tassos Marinos All Rights Reserved * @license GNU GPLv3 <http://www.gnu.org/licenses/gpl.html> or lat...
<?php namespace Bolt\Storage\Entity; use Bolt\Storage\Field\Type\FieldTypeInterface; use Bolt\Storage\FieldManager; use Bolt\Storage\Mapping\ClassMetadata; use Bolt\Storage\Mapping\MetadataDriver; /** * Builder class to create entity objects and populate with data. */ class Builder { /** * The class to us...
<?php namespace ResoSystem\Http\Controllers\Auth; use ResoSystem\Http\Controllers\Controller; use Illuminate\Foundation\Auth\ResetsPasswords; class ResetPasswordController extends Controller { /* |-------------------------------------------------------------------------- | Password Reset Controller |...
<?php defined('BASEPATH') OR exit('No direct script access allowed'); /** * Function Name * * Function description * * @access public * @param type name * @return type */ if (! function_exists('vd')) { function vd($data) { echo "<pre>"; var_dump($data); echo "</pre>"; } } /* End of file Input_outpu...
<?php // Heading $_['heading_title'] = 'Lịch Sử Đơn Hàng'; // Text $_['text_account'] = 'Tài khoản'; $_['text_order'] = 'Thông tin đơn hàng'; $_['text_order_detail'] = 'Chi tiết đơn hàng'; $_['text_invoice_no'] = 'Số hóa đơn:'; $_['text_order_id'] = 'Mã đơn hàng:'; $_['tex...
<?php defined('BASEPATH') OR exit('No direct script access allowed'); ?> <!doctype html> <html class="no-js" lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>Book Shop</title> <meta name="description" content=""> <meta name="viewport" content="wid...
<?php return [ 'sliders' => 'Sliders', 'sizes' => 'Sizes', 'status_active' => 'Coupon Status', 'add_coupon' => 'Add Coupon', 'edit_coupon' => 'Edit Coupon', 'discount' => 'Discount', 'code' => 'Code', 'coupons' => 'Coupons', 'deactivate' => 'deactivate', 'activate' => 'activate...
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; class Atendimento extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('atendimento', functi...
<?php namespace Phpactor\ObjectRenderer\Adapter\Twig; use Phpactor\ObjectRenderer\Adapter\Twig\Extension\ObjectRendererExtension; use Phpactor\ObjectRenderer\Model\Exception\CouldNotRenderObject; use Phpactor\ObjectRenderer\Model\TemplateCandidateProvider; use Phpactor\ObjectRenderer\Model\ObjectRenderer; use Twig\En...
<?php namespace App; use Illuminate\Database\Eloquent\Model; class Register extends Model { protected $table = 'users'; protected function getDateFormat() { return 'U'; } }
<?php namespace Modules\Admin\Controllers; use Models,Resources; include_once (dirname(__FILE__) . "/Main.php"); class Download extends Main{ /** * @Author : Localhost {Ferdhika Yudira} * @Email : fer@dika.web.id * @Web : http://dika.web.id * @Date : 2016-02-06 15:52:13 **/ function __con...
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Page Not Found </title> <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Ruda:400,700,900"> <style type="text/css"> body { margin...
<style type="text/css"> #coming{ background: var(--color-primary); color:#fff; font-family: 'Open Sans', sans-serif; /* max-height:700px;*/ position: sticky; } .c{ text-...
<?php use yii\helpers\Html; use yii\grid\GridView; /* @var $this yii\web\View */ /* @var $searchModel backend\models\DusunSearch */ /* @var $dataProvider yii\data\ActiveDataProvider */ $this->title = 'Dusuns'; $this->params['breadcrumbs'][] = $this->title; ?> <div class="dusun-index"> <h1><?= Html::encode($this...
<?php return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => 'user/plugins/anchors/blueprints.yaml', 'modified' => 1439346820, 'data' => [ 'name' => 'Anchors', 'version' => '1.3.0', 'description' => 'This plugin provides automatic header anchors via the [ancho...
<?php /** * Copyright (c) Microsoft Corporation. All Rights Reserved. * Licensed under the MIT License. See License in the project root * for license information. */ namespace Microsoft\Kiota\Abstractions; /** * Class QueryParameter * * Attribute/annotation for query parameter class properties * * @Annot...
<?php (!defined('IN_ADMIN') || !defined('IN_MUDDER')) && exit('Access Denied'); ?> <style type="text/css"> .maintable td img { max-width:270px; max-height:100px; _width:expression(this.width > 270 ? 270 : true); _height:expression(this.height > 100 ? 100 : true); } </style> <div id="body"> <form method="post" name="m...
<?php /** * Created by PhpStorm. * User: CrazyBobik * Date: 22.02.2016 * Time: 21:22 */ namespace backend\controllers; use backend\models\FileModel; use Yii; use yii\filters\AccessControl; use yii\filters\VerbFilter; use yii\web\Controller; use yii\web\Response; use yii\web\UploadedFile; class FileController e...
<?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 /** * Created by PhpStorm. * User: nestor * Date: 31.10.16 * Time: 13:49 */ namespace app\models\admin; use Yii; use yii\base\Model; /*Получаем количество пользователей с базы*/ class Count { /*Проверяем были ли уже подключения за сегодня*/ public function old_connects(){ $date = date("d-m...
<?php namespace App; use Illuminate\Database\Eloquent\Model; class MetroCity extends Model{ public function metro_line(){ return $this->hasMany('App\MetroLine'); } }
<?php use Illuminate\Database\Seeder; use Illuminate\Database\Eloquent\Model; use nuevo\Series_info; class series_infos extends Seeder { /** * Run the database seeds. * * @return void */ public function run() { Series_info::create([ 'Genre' => 'Horror', 'Start' ...
<?php /** * Magento * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * If you did not receive a co...
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license an...
@extends('layouts.app') @section('content') @php $today=date('d/m/y'); $today_sales=DB::table('orders')->select('total')->where('order_date',$today)->sum('total'); @endphp <div class="content-page"> <div class="content"> <div class="container"> <!-- Page-Title --> ...
<?php declare(strict_types=1); /* * This file is part of the Yasumi package. * * Copyright (c) 2015 - 2022 AzuyaLabs * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Sacha Telgenhof <me at sachatelgenhof dot com> */ //...
<?php use \Mockery as m; class AvailablePhoneNumbersTest extends PHPUnit_Framework_TestCase { function testPartialApplication() { $http = m::mock(new Services_Twilio_TinyHttp); $http->shouldReceive('get')->once() ->with('/2010-04-01/Accounts/AC123/AvailablePhoneNumbers/US/Local.json?Ar...
@extends('layouts.'.get_user_role().'.main') @section('title','Manage Content Creator') @section('styles') <link href="{{asset_role('assets/plugins/custom/datatables/datatables.bundle.css')}}" rel="stylesheet" type="text/css"/> @endsection @section('content') <div class="kt-content kt-grid__item ...
<?php declare(strict_types=1); /** * This file has been auto generated * Do not change it. */ namespace Commercetools\Api\Models\OrderEdit; use Commercetools\Api\Models\Order\ReturnItemDraftCollection; use Commercetools\Api\Models\Order\StagedOrderUpdateAction; use Commercetools\Api\Models\Order\StagedOrderUpdate...
<?php namespace App\Http\Controllers\Searches; use Illuminate\Http\Request; use App\Http\Controllers\Controller; use App\accessinternalmachinesbyproducts; use App\Product; use App\productsAllinfos; class MachinesInProductsController extends Controller { public function __construct() { $this->middleware('au...
<?php declare(strict_types=1); namespace Skrill\Factory; use SimpleXMLElement; use Skrill\Response\Response; use Skrill\Exception\SkrillException; use Psr\Http\Message\ResponseInterface; use Skrill\Exception\SkrillResponseException; /** * Class ResponseFactory. */ final class ResponseFactory { /** * @par...
<!DOCTYPE html> <html> <head> <title>BeezMode Management</title> </head> <body> <center> List of Companies <br> <b>Change at your own risk! Sensitive AF</b> <table border="1"> <thead> <tr> <td>ID</td> <td>Name</td> <td>API_URI</td> <td>API_Username</td> <td>API_Password</td> ...
<?php use yii\bootstrap\Modal; use yii\helpers\Html; use yii\grid\GridView; use yii\helpers\Url; use yii\widgets\ActiveForm; cakebake\bootstrap\select\BootstrapSelectAsset::register($this, [ 'selector' => '.selectpicker', //The jQuery selector (all select forms by default) 'menuArrow' => true, //You can also ...
<?php // autoload_files.php @generated by Composer $vendorDir = dirname(dirname(__FILE__)); $baseDir = dirname($vendorDir); return array( 'a4a119a56e50fbb293281d9a48007e0e' => $vendorDir . '/symfony/polyfill-php80/bootstrap.php', '6e3fae29631ef280660b3cdad06f25a8' => $vendorDir . '/symfony/deprecation-contra...
<?php namespace Cinetic\AvisosBundle\DependencyInjection; use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Component\Config\FileLocator; use Symfony\Component\HttpKernel\DependencyInjection\Extension; use Symfony\Component\DependencyInjection\Loader; /** * This is the class that loads and man...
<?php namespace App\Http\Controllers\Api; use App\Events\JobAssignedEvent; use App\Http\Controllers\Controller; use App\Http\Requests\SaveWorkOrderRequest; use App\Models\DeliveryOrder; use App\Models\WorkOrder; use Illuminate\Http\JsonResponse; use Illuminate\Http\Request; use Illuminate\Support\Facades\DB; use Thro...
<?php defined('BASEPATH') OR exit('No direct script access allowed'); /* | ------------------------------------------------------------------------- | URI ROUTING | ------------------------------------------------------------------------- | This file lets you re-map URI requests to specific controller functions. | | T...
<?php // +---------------------------------------------------------------------+ // | OneBase | [ WE CAN DO IT JUST THINK ] | // +---------------------------------------------------------------------+ // | Licensed | http://www.apache.org/licenses/LICENSE-2.0 ) | // +----------...
<?php namespace App\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; class TicketBooking extends Model { use HasFactory; protected $table="ticket_bookings"; protected $guarded = [ 'id', ]; protected $fillable=[ 'trip_id', ...
<?php use yii\helpers\Html; use yii\widgets\DetailView; /* @var $this yii\web\View */ /* @var $model app\models\User */ $this->title = "User profile: ".$model->username; $this->params['breadcrumbs'][] = ['label' => 'Users', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?> <div class="user-view"...
<?php namespace App\Models; use App\Entities\AnalisePercepcaoGrupo; class AnalisePercepcaoGrupoModel extends AbstractModel { protected $DBGroup = 'default'; protected $table = 'analise_percepcao_grupos'; protected $primaryKey = 'id'; protected $useAutoIncrement = true; ...
<?php use yii\helpers\Html; use app\modules\expert\models\form\FormCreateCommunicationResponse; ?> <p> Данное письмо является ответом эксперта <b><?= $user->second_name . ' ' . $user->first_name; ?></b> на запрос о готовности провети экспертизу проекта <?= Html::a('«'.$communication->project->project_name.'»', Y...
<?php /** * @package hubzero-cms * @copyright Copyright 2005-2019 HUBzero Foundation, LLC. * @license http://opensource.org/licenses/MIT MIT */ namespace Components\Tags\Models; use Hubzero\Database\Relational; use Lang; use Date; use User; require_once __DIR__ . DS . 'objct.php'; require_once __DIR__ . D...
<?php namespace App\Http\Controllers; use App\Http\Requests; use App\Http\Controllers\Controller; use App\Empresa; use App\AppTools; use App\Red; use App\TipoActividad; use App\TipoEmpresa; use App\Departamento; use Illuminate\Http\Request; use Carbon\Carbon; use Session; class InformacionCueroController extends Co...
<?php use yii\helpers\Html; use yii\widgets\ActiveForm; /* @var $this yii\web\View */ /* @var $model app\models\Salida */ /* @var $form yii\widgets\ActiveForm */ ?> <div class="salida-form"> <?php $form = ActiveForm::begin(); ?> <?= $form->field($model, 'pedido_idPedido')->textInput() ?> <?= $form->fi...
<!DOCTYPE html> <html lang="ru"> <head> <meta charset="utf-8" /> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> <title>Мишки из роз ручной работы</title> <meta content="Проявите оригинальность! Удивите любимых!" name="description" /> <meta content="" property="og:image" /> <meta conten...
<?php namespace App\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; class Description extends Model { use HasFactory; protected $table = 'products_description'; protected $primaryKey = 'products_description_id'; protected $with = ['products' , 'l...
<?php declare(strict_types=1); namespace Blackowl\SyliusUmPlugin\Entity; use Doctrine\Common\Collections\Collection; interface ProductsAwareInterface { /** * @return bool */ public function hasProducts(): bool; /** * @return Collection|ProductInterface[] */ public function getPr...
<?php // This file is auto-generated, don't edit it. Thanks. namespace AlibabaCloud\SDK\Iovcc\V20180501\Models; use AlibabaCloud\Tea\Model; class DeleteRpcServiceRequest extends Model { /** * @var string */ public $id; /** * @var string */ public $projectId; protected $_name...
<?php namespace PHPHtmlParser; /** * Interface CurlInterface * * @package PHPHtmlParser */ interface CurlInterface { /** * This method should return the content of the url in a string * * @param string $url * @return string */ public function get($url); }
@extends('layouts.member') @section('content') <br/> <div class="row"> @if (Session::has('deleted')) <div class="alert alert-danger col-sm-12 col-md-8 col-lg-8"> {{ Session::get('deleted') }} </div> @endif <div class="col-lg-12"> <h3>Vehicle Expenses</h3> <hr> </div> </div> <div class="row"> <div class="col-...
@extends('layout') @section('corps_page') <div><p><h2>{{__('Résultats de recherche pour : '.$nom_prod)}}</h2></p></div> <table class="table table-striped"> <tr> <th>code</th> <th>Nom Produit</th> <th>Prix</th> <th>Catégories</th> <th>Description</th> <...
<?php namespace App\Middlewares; class CsrfTokenMiddleware extends \Eclair\Routing\Middleware { /** * Csrf Token verify */ public static function process() { $csrfToken = filter_input(INPUT_POST, '_csrfToken', FILTER_SANITIZE_STRING) ?: json_decode(file_get_contents('php://input'))->_csr...
<?php use yii\helpers\Html; use yii\widgets\ActiveForm; /* @var $this yii\web\View */ /* @var $model common\models\vk\searchs\TeacherCertificateSearch */ /* @var $form yii\widgets\ActiveForm */ ?> <div class="teacher-certificate-search"> <?php $form = ActiveForm::begin([ 'action' => ['index'], '...
<?php defined('BASEPATH') OR exit('No direct script access allowed'); class Admin_model extends CI_Model { public function __construct() { parent::__construct(); } public function get_employ(){ $sql="e.nik, e.first_name, e.last_name, e.location, e.division, e.department, u.username from ...
<?php $MESS['LANDING_TPL_TITLE'] = 'Ваши контакты'; $MESS['LANDING_TPL_FORM_INPUT_NAME'] = 'Название вашей компании'; $MESS['LANDING_TPL_FORM_INPUT_PHONE'] = 'Контактный телефон'; $MESS['LANDING_TPL_FORM_SAVE'] = 'Сохранить'; $MESS['LANDING_TPL_PLACEHOLDER_COMPANY'] = 'Битрикс24.Магазин'; $MESS['LANDING_TPL_PLACEHOLDER...
<script> $(document).on('ready', function() { // INITIALIZATION OF HEADER // ======================================================= var header = new HSHeader($('#header')).init(); // INITIALIZATION OF MEGA MENU // ===================================...
<?php if (!empty($vars['annotations']) && is_array($vars['annotations'])) { foreach($vars['annotations'] as $locallink => $annotation) { $permalink = $annotation['permalink'] ? $annotation['permalink'] : $locallink; ?> <div class="idno-annotation row u-comment h-cite"> <div c...
<?php /** * Model template file. * * Used by bake to create new Model files. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain...
<?php namespace App; use Illuminate\Database\Eloquent\Model; class Post extends Model { protected $fillable = ['title', 'content', 'category_id']; }
<?php /** * This file is part of the Phalcon Framework. * * (c) Phalcon Team <team@phalcon.io> * * For the full copyright and license information, please view the LICENSE.txt * file that was distributed with this source code. */ declare(strict_types=1); namespace Phalcon\Tests\Integration\Mvc\View\Simple; us...