Dear all,

I want to generate PHP client for Thrift Service.
For ex,

namespace php comment
service CommentService{
     i32 addComment(),
}

Thrift will generate class CommentService.

I have question. Does Thrift allow gen PHP class include namespace? (In
above sample, Thrift will gen class comment_CommentService)

Thank you in advance.

Reply via email to