定制 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
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

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