Skip to content
New issue

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

[2.x] Add the #isset and #endisset tag #29

Closed
papac opened this issue Mar 21, 2023 · 0 comments
Closed

[2.x] Add the #isset and #endisset tag #29

papac opened this issue Mar 21, 2023 · 0 comments

Comments

@papac
Copy link
Member

papac commented Mar 21, 2023

Add the new tag for #php #endphp

This tag should be used for executing the if isset PHP code:

#isset($name)
   {{ $name }}
#endisset

The output should be

if (isset($name)):
   echo $name;
endif
@papac papac changed the title Add the #isset and #endisset tag [2.x] Add the #isset and #endisset tag Apr 8, 2023
@papac papac closed this as completed Apr 12, 2023
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

No branches or pull requests

1 participant