CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: PHP to C#

  1. #1
    Join Date
    Sep 2013
    Posts
    2

    PHP to C#

    I need convert to this code from php to c#. Help me, Thanks!

    function api($path, $post_data = array()) {
    $class = "AC_" . $class;
    // IE: new Contact();

    $class = new $class($this->url, $this->api_key);
    // IE: $contact->view();


    $response = $class->$method($params, $post_data);
    return $response;
    }

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: PHP to C#

    [ Split Thread ]

  3. #3
    Join Date
    Sep 2013
    Posts
    2

    Re: PHP to C#

    I don't understand that you said. Can you said detail?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured