Skip to content

Conversation

@Bjarny17
Copy link

No description provided.

eugenem and others added 30 commits June 27, 2015 09:46
select column fixes and improvements
The primary key of a model will not always be "id". This commit fixes this by using the key name from the model.
This allows multiple forms in the same page by allowing prefixes in form elements items.
You could use "form1.input1" for an input name for instance and only input1 will be used to
read and write the values to the model instance.
…files

Fixed pt_BR lang files containing syntax errors
Corrección ortografía.
Українська мова
Add possibilities to extend ckeditor configurations
BaseFormItem::validationRules() can accept validation string (i.e. "required|string|max:10")
at some point you or i (personally) have to use some query like

select count(distinct `col`) from blabla group by `col`

this add a functionality to do it, please review :D
Add functionality to select count distinct
It doesn't compile because there were pluses added to the beginning of lines 41-43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.