Add PHP namespacing support to Thrift
authorMark Slee <mcslee@apache.org>
Fri, 12 Jan 2007 01:06:24 +0000 (01:06 +0000)
committerMark Slee <mcslee@apache.org>
Fri, 12 Jan 2007 01:06:24 +0000 (01:06 +0000)
commite888b376add3789c7943f781199ba506d0320bc5
treecac81a937c7e6a4dacdf613d6e1d0831aa96b863
parentf12865a33823c9c8d0b5387620c52dd45885e426
Add PHP namespacing support to Thrift

Summary: "php_namespace Whoa" at the top of your Thrift file, then all your defined class names start with "Whoa_"

Reviewed By: aditya

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664908 13f79535-47bb-0310-9956-ffa450edef68
compiler/cpp/src/generate/t_cpp_generator.cc
compiler/cpp/src/generate/t_cpp_generator.h
compiler/cpp/src/generate/t_php_generator.cc
compiler/cpp/src/generate/t_php_generator.h
compiler/cpp/src/parse/t_program.h
compiler/cpp/src/thrift.l
compiler/cpp/src/thrift.y