We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$oForm = Factory::service('Form') provides methods for generating distinct form components. Use this over the CI form_* functions.
$oForm = Factory::service('Form')
form_*
Things to do:
Nails\Common\Helper\Form
Nails\Common\Helper\Form\Field
module-admin
And maybe some more too, basically this is a big change with the goal of removing dependency on CI for generating these fields.
The text was updated successfully, but these errors were encountered:
hellopablo
No branches or pull requests
$oForm = Factory::service('Form')
provides methods for generating distinct form components. Use this over the CIform_*
functions.Things to do:
Nails\Common\Helper\Form
andNails\Common\Helper\Form\Field
form_*
functionsNails\Common\Helper\Form
Nails\Common\Helper\Form\Field
tomodule-admin
And maybe some more too, basically this is a big change with the goal of removing dependency on CI for generating these fields.
The text was updated successfully, but these errors were encountered: