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

Watson::getTable nicht rexstan kompatibel #73

Closed
staabm opened this issue Mar 6, 2023 · 1 comment
Closed

Watson::getTable nicht rexstan kompatibel #73

staabm opened this issue Mar 6, 2023 · 1 comment

Comments

@staabm
Copy link
Contributor

staabm commented Mar 6, 2023

da in watson Watson::getTable statt rex::getTable($table); verwendet wird, kann rexstan den code/die sql queries nicht analysieren.

wenn ich mir die methode so ansehe, sehe ich keinen vorteil gegenüber der core methode:

/**
* Adds the table prefix to the table name.
*
* @param string $table Table name
*
* @return string
*/
public static function getTable($table)
{
return \rex::getTable($table);
}

daher für dich als info: falls du direkt mit rex::getTable($table) arbeiten würdest, könnte rexstan die codebase besser verstehen.

kannste natürlich gerne ignorieren und einfach schließen, bin grad nur zufällig drüber gestolpert, weil der code im slack verlinkt war

@tbaddade
Copy link
Owner

Danke dir

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

2 participants