You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdevelop/languages/php
Timothy Pearson 1623fe6410
Revert "Rename a number of old tq methods that are no longer tq specific"
13 years ago
..
app_templates Finish rename from prior commit 13 years ago
data Revert "Rename a number of old tq methods that are no longer tq specific" 13 years ago
doc Revert "Rename a number of old tq methods that are no longer tq specific" 13 years ago
file_templates [kdevelop] initial cmake support 14 years ago
CMakeLists.txt Additional renaming of kde to tde 13 years ago
Makefile.am Additional renaming of kde to tde 13 years ago
README.dox Revert "Rename a number of old tq methods that are no longer tq specific" 13 years ago
kdevphpsupport.desktop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kdevphpsupport.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
phpcodecompletion.cpp Revert "Rename a number of old tq methods that are no longer tq specific" 13 years ago
phpcodecompletion.h Additional renaming of kde to tde 13 years ago
phpconfigdata.cpp Additional renaming of kde to tde 13 years ago
phpconfigdata.h Additional renaming of kde to tde 13 years ago
phpconfigwidget.cpp rename the following methods: 13 years ago
phpconfigwidget.h rename the following methods: 13 years ago
phpconfigwidgetbase.ui Revert "Rename a number of old tq methods that are no longer tq specific" 13 years ago
phperrorview.cpp Revert "Rename a number of old tq methods that are no longer tq specific" 13 years ago
phperrorview.h Additional renaming of kde to tde 13 years ago
phpfile.cpp Revert "Rename a number of old tq methods that are no longer tq specific" 13 years ago
phpfile.h TQt4 port kdevelop 13 years ago
phphtmlview.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
phphtmlview.h TQt4 port kdevelop 13 years ago
phpinfodlg.ui Revert "Rename a number of old tq methods that are no longer tq specific" 13 years ago
phpnewclassdlg.cpp Revert "Rename a number of old tq methods that are no longer tq specific" 13 years ago
phpnewclassdlg.h Additional renaming of kde to tde 13 years ago
phpnewclassdlgbase.ui Revert "Rename a number of old tq methods that are no longer tq specific" 13 years ago
phpparser.cpp Revert "Rename a number of old tq methods that are no longer tq specific" 13 years ago
phpparser.h TQt4 port kdevelop 13 years ago
phpsupport_event.h Additional renaming of kde to tde 13 years ago
phpsupportpart.cpp Revert "Rename a number of old tq methods that are no longer tq specific" 13 years ago
phpsupportpart.h Additional renaming of kde to tde 13 years ago
phptemplates Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago

README.dox

/** \class PHPSupportPart
This is PHP language support plugin.

Support for the <a href="http://www.php.net">PHP Language</a>, you can
develop php script for web or php script for shell.

It's support checking of your script with problems report and also parse
all include files from your script.

\authors <a href="mailto:smeier AT tdevelop.org">Sandy Meier</a>
\authors <a href="mailto:n.escuder AT intra-links.com">Escuder Nicolas</a>

\maintainer <a href="mailto:smeier AT tdevelop.org">Sandy Meier</a>
\maintainer <a href="mailto:n.escuder AT intra-links.com">Escuder Nicolas</a>

\feature PHP language support
\feature Consult \ref LangSupporttqStatus for a up to date features/status of this programming language support part.

\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=tdevelop&component=php+support&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">php support component at Bugzilla database</a>

\requirement PHP Cli Version or WebServer with php

\todo extended classtools (new class,new function...) based on filetemplates
\todo debugger and profiler support dbg (http://dd.cron.ru/dbg)
\todo html form support (dialogs for generating html code, tables...)
\todo support for phpdoc
\todo documentation viewer for php (maybe plugins for the current docviewer) (tf)
\todo integrated filemanager with ftp client (maybe a konqueror part)
\todo code template factory (contains useful php code snippet like array_display,trace,validator)
\todo new functions list from php 5 documentation

*/