tipsyphp/tipsy-doctrine 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

tipsyphp/tipsy-doctrine

Composer 安装命令:

composer require tipsyphp/tipsy-doctrine

包简介

An doctrine extension for Tipsy

README 文档

README

A doctrine adapter for Tipsy

Installation

  1. vendor/bin/doctrine orm:schema-tool:update --force --dump-sql

Usage

Usage is similar to using Tipsy\Resource.

  1. Create a doctrine model, for example in model/Product.php
  2. Specify the path
Tipsy\Tipsy::config([doctrine => [model => 'models']]);
  1. Add a database config
Tipsy\Tipsy::config([db => [url => 'mysql://user:pass@host/dbname']]);
  1. Set the Resource
Tipsy::service('Product', '\Tipsy\Doctrine\Resource\Product');
  1. Use DI to access the object
Tipsy\Tipsy::router()->home(function($Product) {
  $p = $Product->create([
    name => 'test'
  ]);
});

See Tipsy Doctrine Example for a more detailed example.

You can also access the Doctrine DB and entityManager objects using any of the following:

Tipsy\Tipsy::db()->db();
Tipsy\Tipsy::db()->entityManager();
$Db;
$Db->entityManager();

Info

See Tipsy Documentation for more information on Tipsy.

See Getting Started for more info on Doctrine.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-12-10

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固