PHP Classes

File: tests/src/Ns/Ajax/ClassB.php

Recommend this page to a friend!
  Packages of Thierry Feuzeu   Jaxon   tests/src/Ns/Ajax/ClassB.php   Download  
File: tests/src/Ns/Ajax/ClassB.php
Role: Class source
Content type: text/plain
Description: Class source
Class: Jaxon
Call PHP classes from JavaScript using AJAX
Author: By
Last change:
Date: 4 months ago
Size: 143 bytes
 

Contents

Class file image Download
<?php

namespace Jaxon\Tests\Ns\Ajax;

class
ClassB
{
    public function
methodBa()
    {
    }

    public function
methodBb()
    {
    }
}