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

rest - Spring boot: Request method 'PUT' not supported -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

symfony - imagine_filter() not generating the correct url in LiipImagineBundle -