承接 jpsistemasbr/plates-view 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

jpsistemasbr/plates-view

Composer 安装命令:

composer require jpsistemasbr/plates-view

包简介

Sistema Gerenciador de Template Plates com PHP

README 文档

README

Pacote de gerenciamento da camada de views com Plates php

Installation

View is available via Composer:

"jpsistemasbr/plates-view": "1.0.*"

or run

composer require jpsistemasbr/plates-view

Documentation

For details on how to use the router, see the sample folder with details in the component directory. To use the router you need to redirect your route routing navigation (index.php) where all traffic must be handled. The example below shows how:

Para mais detalhes sobre como usar o router, veja a pasta de exemplo com detalhes no diretório do componente. O exemplo abaixo mostra como:

View
<?php

use Jpsistemasbr\View\View;

$view = new View();
$user = new _User();
$list = $user->listUser($data);

$view->render("private/usuario_list", [
            'title' => 'Usuarios',
            'name' => 'JP SISTEMAS',
            'usuarios' => $list["users"],
            'tipe_user' => (new _TipoUser())->getTipo()
        ]);

Support

Security: If you discover any security related issues, please email jpsistemasbr@gmail.com instead of using the issue tracker.

Se você descobrir algum problema relacionado à segurança, envie um e-mail para jpsistemasbr@gmail.com em vez de usar o rastreador de problemas.

Thank you

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 15
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-10-18

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固