yes, of course, soon ( I will try to do it today ) I will create several basic templates (php,C#, java, etc) showing you, how some one can create their own apps, the way the are use to code, same syntax.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Do you have any example templates for php? I'm trying to do a template in php, and as soon as I try to use this {TABLE.COLUMNS}, then nothing in the template uses the template.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Okay, I figured out my problem, but now I have a new question for you. I need to know if a column is nullable or not. I have tried {COLUMN.NULLABLE} inside the {TABLE.COLUMNS} loop, but that's not working. Am I using an incorrect keyword? Also, do you have a list of all of the keywords that are available, cause that would be very helpful for me. Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for the help. I was also curious if you have a list of all of the attributes that can be used? Thanks you again. I'm excited to see what's in the new version when it hits the streets! :-)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
it can generate Php code?
yes, of course, soon ( I will try to do it today ) I will create several basic templates (php,C#, java, etc) showing you, how some one can create their own apps, the way the are use to code, same syntax.
thanks!
Do you have any example templates for php? I'm trying to do a template in php, and as soon as I try to use this {TABLE.COLUMNS}, then nothing in the template uses the template.
Okay, I figured out my problem, but now I have a new question for you. I need to know if a column is nullable or not. I have tried {COLUMN.NULLABLE} inside the {TABLE.COLUMNS} loop, but that's not working. Am I using an incorrect keyword? Also, do you have a list of all of the keywords that are available, cause that would be very helpful for me. Thanks.
Ok, good question, and not a good answer for now...
Right now there is not such use for a NULLABLE attribute.
But! Let me work on it. I will have that for the next version.. that should be by the end of this week.
And the sintax will be:
{IF COLUMN.NULLABLE} {/IF}
{IF NOT COLUMN.NULLABLE} {/IF}
Thanks.
Thanks for the help. I was also curious if you have a list of all of the attributes that can be used? Thanks you again. I'm excited to see what's in the new version when it hits the streets! :-)