HTML Kit site requirements.

HTML editor / HTML Kit Plugins Directory
HomeHTML-Kit downloadsAdd-ins that update and extend HTML-Kit's capabilitiesSoftware and authoring support channelsRegister -- download add-ons and support HTML-KitOnline tools for HTML-Kit users
  Printable Booklets   |   Category Updated on 13-Jun-2005
Click for Details

HTML Kit Plugins Directory

Keywords : PHPHome > Plugins > Keywords > PHP
 
 Random Picks
tsPSqlDB
Plugin for inserting SQL statements, with emphasis on PostgreSQL.
ergJSP
Got JSP? Access the bean IDs with a drop of a list. This is one of the series of JSP related plugins written by Eric Glass for making it easier to edit standard tags, lookup Taglib directives and invoke online / offline help for JSP keywords.
 Category Matches
Sorted by Name:
 
demoPHPNewEditor
Demonstrates how to open a new editor window from a PHP plugin.
demoPHPSplitPreview
Demonstrates how to preview two sets of HTML content in the internal browser window using a PHP plugin.
irAMPmgr
Reduce the number of task switching required to invoke Apache, PHP and MySQL, especially on Windows 95/98/ME systems where these components are not installed as services.
gmPageReport
View single-file download speeds, word counts, links, directory listings and file properties, all in a single report. But that's not all, this plugin also displays PHP and hkScript file content with links to the known function references.
hkPHPCodeRef
Quickly find, insert and bookmark PHP 5.x functions using this code reference window. It can also display help for functions as you type the names, using a local or an online copy of the manual.
bsPHPMySQL
Jump start MySQL database development in PHP with 45+ readymade code snippets, various versions of SQL statements, MySQL functions and other related code.
bsPHPMySQL Source
Source code files used to create bsPHPMySQL.
xpPHPVariables
Why retype when you can right click and insert? This right click menu action makes it easier to reuse PHP, Perl and other $var style variable names.
keIndentPHPCode
Indents can make it easier to read and mange the code. Whether you're working on a script with uneven indents, or a script indented with mismatched tabs, a single click of this plugin can help to indent your PHP scripts.
irLinkChecker
Already running PHP on the local computer? This plugin written in PHP can be used to check remote links and relative file paths.
lwPHPCHM Reference
Lookup help for PHP keywords and functions using the latest offline version of the PHP manual with this keyword help file.
kePHPCommentsReport
Collects single ( // ) and multi-line ( /* */ ) comments from PHP files and generates a report with line numbers.
keToScriptStrings
Whether it's echo / print() statements in PHP, or write() statements in JavaScript / VBScript, this plugin can be used to convert the selected text to formatted print statements.
irPHPInspect
HTML-Kit's Messages Window isn't limited to displaying suggestions generated by HTML Tidy. With this add-in, it can be used to jump to variables, classes, functions and file includes in PHP scripts.
irODBC
Adds wizard dialogs for performing the following functions on ODBC datasources / tables: connect to an ODBC datasource, list the available tables, view the table structure, view the table content, create HTML tables using the database table content, ...
irDebugPHP
Adds a wizard for inserting PHP code snippets that can be used to debug PHP scripts.
demoMakePHPString
Converts the selected block of text to a PHP string. Has support for creating multi-line single or double quoted strings.
demoPHPInputWizard
Demonstrates how to write a plugin in PHP that adds a page wizard with a real-time preview using the InputWizard function. After installing the plugin, select "File | New from Page Wizard | Create a simple web page using the InputWizard" fr...
irQuotes
Script programmers spend a good amount of time quoting and unquoting strings. This plugin adds several options to the Actions Bar and the right click menu to make it easier to quote the selected text.
demoPHPCursorXY
Demonstrates how to get and change the cursor location in the editor using a plugin written in PHP. Also demonstrates how to call HTML-Kit plugins interface related functions in PHP.
Plugins Generator
Visually design plugins with multiple buttons, tabs, drop-down menus and custom icons. No programming experience is required to create fully functional plugins. Automatically generates source code for plugins in hkScript, C/C++, .NET C#, Delphi, Java...
hkPHP
The standard PHP libraries cover over 3,000 functions. This plugin provides categorized menus, brief descriptions, wizards, RichHints with function arguments, command line summaries, and online help through the HelpZone, for PHP 4.x functions.
cmCodeFinder
This plugin provides a right click menu item with a submenu listing functions, classes and so on in the current document. Selecting an item from this submenu will jump to the location of the item in the code. The plugin currently understands hkScript...
frsCStyleBlockComment
This plugin can be used for block commenting and uncommenting code in C/C++ source, PHP, JavaScript, or any other language that utilizes C-style comments. If used on uncommented code the selected text will be returned with enclosed in C-style (sla...
demoPHPStripTags
Demonstrates how to extract text from a web page using the strip_tags() PHP function.
demoPHPGetInput
Demonstrates how to write a HTML-Kit plugin in PHP to: read the text in the current editor, modify it and send the modified text to the Output window.
PHP Reference
Adds the ability to lookup help for PHP keywords, functions and constants using the offline version of the PHP manual.
rdFunctionList
Displays a list of JavaScript, PHP and hkScript functions in the current document, making it easier to jump to a function definition by clicking its name in the drop-down list.
ToPHPPrn
Converts the selected text / HTML into PHP print("..."); statements.