Skip to content
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.

Skeleton application for phalcon integrated with doctrine.

Notifications You must be signed in to change notification settings

yitype/phalcon-doctrine-example

Repository files navigation

phalcon-doctrine-example

Phalcon Doctrine Integration

Skeleton application for phalcon integrated with doctrine.

Requirements

Dependencies

Doctrine Console

1. Reverse Engineering

vendor/bin/doctrine orm:convert-mapping --from-database --namespace Example\\Lib\\Entities\\ -- yml config/doctrine

2. Entity Generation

vendor/bin/doctrine orm:generate-entities -- classes
vendor/bin/doctrine orm:generate-entities --generate-annotations=true -- classes 

About

Skeleton application for phalcon integrated with doctrine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published