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
Post a Comment