• Main Page
  • Classes
  • Files
  • File List
  • File Members

php/phpconst.h

Go to the documentation of this file.
00001 // Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
00002 // protected under the GNU GPL version 3 or at your option any newer.
00003 // See COPYING.GPL file that comes with this distribution.
00004 //
00005 
00006 #ifndef WOC_PHP_CONST_H
00007 #define WOC_PHP_CONST_H
00008 
00009 static const QByteArray PHPSTART("<?\n//THIS IS AN AUTOGENERATED FILE, DONT CHANGE!\n\n");
00010 static const QByteArray PHPEND("\n//END OF AUTOGENERATED FILE\nreturn;\n?>");
00011 
00012 #ifndef WOC_PHP_NO_WRAP
00013 #define m_basedir       m_parent->m_basedir
00014 #define m_subdir        m_parent->m_subdir
00015 #define m_fileext       m_parent->m_fileext
00016 #define m_transbase     m_parent->m_transbase
00017 #define m_loader        m_parent->m_loader
00018 #define m_schema        m_parent->m_schema
00019 #define m_transact      m_parent->m_transact
00020 #define className       m_parent->className
00021 #define abstractClassName m_parent->abstractClassName
00022 #define trnClassName    m_parent->trnClassName
00023 #define addLoad         m_parent->addLoad
00024 #define m_lang          m_parent->m_lang
00025 #endif
00026 
00027 #endif

Generated on Sun Apr 15 2012 21:13:24 for PACK WOC by  doxygen 1.7.1