Is it possible to use a PHP class in AJAX? -


i started wonder possible create class in php, instance 1 containing books title, author , publisher, , using class in ajax?

to clarify. using meant possible access variables in class or use functions created in php, such setters/getters.

what can create separate class file , function trigger methods of class. ajax send requests file functions , call method of class need.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

c++11 - Intel compiler and "cannot have an in-class initializer" when using constexpr -

python - get cookie expiry time using the requests library -