Addon development
Permalink 1 user found helpful
Hello all,
i am preparing a addon for submit it to marketplace...but in blocks edit.php file does not shows selected value from database...because of $this->inc...
if i use include instead of $this->inc then its works fine...
i can't understand the problem....any help would be appreciated..
Code in edit.php
thanks in advance
Regards
jupiter
i am preparing a addon for submit it to marketplace...but in blocks edit.php file does not shows selected value from database...because of $this->inc...
if i use include instead of $this->inc then its works fine...
i can't understand the problem....any help would be appreciated..
Code in edit.php
thanks in advance
Regards
jupiter
You need to pass an array as second parameter to define those vars :
If you have too many variables, you can also do this :