- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,408
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
I am rewriting an old add-on as well as adding a few new features to it as a project to get more familiar with xenForo 2.2 code structure, classes and such. I have three different lines of code that seem to all do the exact same thing and work and I am confused on why they all three work and which one I should be using.
The three pieces of code are:
PHP:
PHP:
PHP:
All three work and all three return the data I am...
The three pieces of code are:
PHP:
$this->app->find()
PHP:
$this->app()->find()
PHP:
$this->app->em()->find()
All three work and all three return the data I am...
نام موضوع : What is the difference in these find calls?