-
Hello,
I have a 1-N (One To Many) relation between two tables :
- a **personne** belongs to one **structure**
- in a **structure** there is many **personnes**
So i have a **personnes** table…
-
Este funcionalidade será para que qualquer usuário do site possa postar/ler/avaliar/propor mudanças/ de tutoriais.
Um tutorial será um texto postado que explica como fazer certa "coisa", verificar n…
-
Describe and detail the communication flow between the front end and backend
## Description
We need to discuss how the front-end and back-end will communicate with each other. This is vital for bo…
-
Implement the subj. service according to the [spec](http://docs.ehealthapi1.apiary.io/#reference/partnership-relations-management/doctors/search-doctor)
-
I think I just had an epiphany, because all these changes seem excellent to me AND I think they're backwards-compatible:
**(1) What if we use a Facade for the CRUD**, and use ```CRUD::addField()```…
-
Pagination is not working, in fact, has to be done.
-
Hi.
First, congrats! This seems to be an awesome extension, much like GiiX for Yii1.
I have a problem though. I have an existing database in MySQL.
I've created all models and now I am trying to …
-
Layout de admini
stração: menu com acesso aos cruds e relatórios de gestão, além da gestão
de usuários de administração
-
As the title says it, I get this `$(...).datepicker not defined` error, but I have published all the configs and should have the vendors and everything.
The datepicker.js script is loaded as well.
…
-
Hello,
I start using CRUD. In an index-action I want to use a custom finder. So I tried to modify the query with the onBeforeFind, but this event isn't triggered (idk why). So I read through the docs…