-
We will create a style guide containing:
- HowTo do CRUDs (We have quite a few of them and plan some more)
- HowTo use Redux for Boxwise
- HowTo use Dialogues ...
@rubenspgcavalcante feel free t…
-
### Acceptance Criteria
- [x] The Database is able to be accessed by the website
- [x] The Database contains all the relevant information
- [x] The Database is able to be queried
### Tasks
- [x…
-
### Synopsis:
At this moment when we run the build command we do have an option to pass a list of file classes, but this somewhat unnatural to me. When I am adding models and other stuff as POC r…
wotta updated
1 month ago
-
JSON CRUDS "Create Remove Update Delete Search" in Phalcon v5. Something that would be easier to work with flat-file JSON files.
Example:
```php
use Phalcon\JSON;
$json = as new JSON;
$file…
ghost updated
5 months ago
-
Hello, thanks for all your work!!!
I was wondering if there any batch command to generate models and cruds at once.
Maybe, some way to generate everything quickly without reentering the paramet…
-
My understanding is in order for the data to be in sync with say SQL Server all CRUDs need to be done using biggy?
If I update say the "Artists" table directly using sql management studio or using e…
-
If I have a subclass of User, say Admin, with royce_roles [:add, :edit, :delete, :crud], the following gives me empty collections:
``` rails
@admin = Admin.first
@admin.add_role :crud
Admin.cruds # …
-
Virtuosinho e sua gangue,
Obrigado por esta entrega e também por estarem junto comigo nas aula ao longo do semestre.
O trabalho de vocês ficou bem bacana e ficou dentro dos requisitos que pedi.
…
-
- [ ] 1. Project Structure.
- [ ] 2. Configuration Defination.
- [ ] 3. Model Defination part 1.
- [ ] 4. Model Defination part 2.
- [ ] 5. Route Defination part 1.
- [ ] 6. Route Defination part…
-
I wanna ask about related fields in this cruds-template. By default, if we have a field from a model which is a foreign key, then, in the list and detail page it will show that field as a link and dir…