Default Form Name and Package

Hi

1. file name is form name

I try to change form name different of form file name ==> result error, so form name and form file name must same.
I suggest that the form name can not explicitly mentioned and replaced with the name of the file

2. package of view is package of form

I suggest,
that in the URL,
if package name of view same with package name of the form ==> so package name of form can be hidden.

example : controller.php?view=package.v_ViewName&form=package.f_FormName
become  : controller.php?view=package.v_ViewName&form=f_FormName

 

Agus Suhartono | ThePhpEnterprise.Com

 

 

Good suggestion. We will

Good suggestion. We will take them into the next 2.4 release. Thanks!

- support