L
L
Loligan2015-09-15 20:16:19
PHP
Loligan, 2015-09-15 20:16:19

Where is Ext JS MVC located?

I'm trying to make a project according to an article on Habré: habrahabr.ru/post/240033
I got to the point of adding Ext JS MVC Model. But I can't find it in the archive downloaded from the off site Ext JS. Searched inside and out and couldn't figure out where to find it.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
NubasLol, 2019-04-18
@mustang_shelby

$user = $this->Users->newEntity();
Users is a property of the object, this is a reference to the object. The class uses this to refer to the current object, not the class (there are static methods that are not attached to the object).
newEntity() is a class method (function) that the Users object calls, and it returns
something.

A
Aksndr, 2015-09-24
@Aksndr

The application model is not part of the library. This is what you need to write yourself.
You can read more here .
Before including a JS application in a Java Web application, I recommend experimenting without a server-side component. Those. write the required JS application and debug it in the browser.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question