Rougin Gutib
Rougin Gutib
- [ ] [Credo](https://github.com/rougin/credo) - Integrates Doctrine to CodeIgniter with ease - [ ] [Wildfire](https://github.com/rougin/wildfire) - Yet another wrapper for CodeIgniter's Query Builder Class
In `save()` method, the generation of `datetime_created` and `datetime_updated` are included in `$data` like they have already a value, which is not. Those said fields must be in included in...
When generating controllers, the fields in `_validate_input()` only contains a rule of `required`. It must consists of rules based on the field's properties.
When generating `create.php` and `edit.php`, the fields that has a `date` or `datetime` data types will only generated an ``. It would be nice if it is `` in order...
When generating code from database tables, Combustor can also generate a dropdown field for the following fields: - [ ] gender - male - female - [ ] marital_status -...
It would be nice if there is a `create:authentication` command wherein it will automatically generate an authentication process based on the given table and set of columns. It is useful...
There must be a message when deleting an item via JavaScript's `confirm()` or via Bootstrap's modal.
I try to display a dropdown using your library but it does not display the labels in the ``: ``` foo foot ``` The result is it only displays the...