mruz / base-app

The base application in PhalconPHP
63 stars 19 forks source link

How to use the base-app like a library #26

Closed tonytcb closed 10 years ago

tonytcb commented 10 years ago

Hi.

How i use the base-app like a library in my project ?

For example: to use the Auth class in my project.

Thanks.

mruz commented 10 years ago

To use Auth, just copy Auth from Library, Models from common folder and use sql file at the root folder to create the database.