Skip to content

Criar sistema para gerenciar banco de dados #2

@tadeubdev

Description

@tadeubdev

Manager the database of system

Working with MVC pattern (model, view, control).

The Models've responsibility of receive the database searchs.

Make methods in ModelBase to manager the searchs.

e.g.:

  • find(int $id): find item by id
  • findBy{Slug}(string $slug): find item by column
  • limit(int $limit): limit items of search
  • all(): get all items values
  • first(): get first item of table
  • last(): last item of table

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions