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

How to use additional setting #23

Open
agus-prawoto opened this issue Aug 5, 2024 · 0 comments
Open

How to use additional setting #23

agus-prawoto opened this issue Aug 5, 2024 · 0 comments

Comments

@agus-prawoto
Copy link

agus-prawoto commented Aug 5, 2024

Hi, I search around and can't find how to use the additional setting
optional item (A part of the script that is not obfuscated and visible and can be manipulated and changed by the user.)

My situation is:

I don't wat to obfuscate the properties of a class something like $this->data, $this->session, etc, because it used by children class (in the different file that not obfuscated),
By default the script will obfuscate the properties so it caused an error when the children call that properties.

Maybe like this?

$settings = [
  'license' => [
	'title' => 'Expired Hello World',
    'author' => 'Avid',
    'copyright' => 'https://github.com/avid0/Alom examples'
  ],
  'additional' => [
	'optional' => ?????
  ]
  'date' => [
    // 'expiration' => time() + 60, // 1 min
  ]
];

Thank you

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