Changeset 186847
- Timestamp:
- 12/24/2009 12:37:24 PM (16 years ago)
- Location:
- phpull
- Files:
-
- 2 edited
-
tags/1.0/readme.txt (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
phpull/tags/1.0/readme.txt
r186338 r186847 13 13 PHPull is a Wordpress plugin for developers who wish to easily and accurately reference php functions directly from 14 14 the PHP.net website. The plugin is very easy to use and the tooltip display is easily customizable by updating 15 an existing stylesheet theme or creating your own. 15 an existing stylesheet theme or creating your own. More detailed information and examples can be found on the 16 official plugin homepage, linked below. 16 17 17 18 Credit goes out to S.C. Chen for his Simple HTML DOM class that was used in this plugin. For more information on … … 48 49 49 50 PHPull is utilized by simply adding the following BBCode tag into your posts, wrapping the function name as follows: 51 50 52 `[phpull]ksort[/phpull]` 51 53 … … 53 55 54 56 `[phpull class="domdocument"]getelementbytagname[/phpull]` 57 55 58 56 59 = Does PHPull currently support any other languages? = -
phpull/trunk/readme.txt
r186338 r186847 13 13 PHPull is a Wordpress plugin for developers who wish to easily and accurately reference php functions directly from 14 14 the PHP.net website. The plugin is very easy to use and the tooltip display is easily customizable by updating 15 an existing stylesheet theme or creating your own. 15 an existing stylesheet theme or creating your own. More detailed information and examples can be found on the 16 official plugin homepage, linked below. 16 17 17 18 Credit goes out to S.C. Chen for his Simple HTML DOM class that was used in this plugin. For more information on … … 48 49 49 50 PHPull is utilized by simply adding the following BBCode tag into your posts, wrapping the function name as follows: 51 50 52 `[phpull]ksort[/phpull]` 51 53 … … 53 55 54 56 `[phpull class="domdocument"]getelementbytagname[/phpull]` 57 55 58 56 59 = Does PHPull currently support any other languages? =
Note: See TracChangeset
for help on using the changeset viewer.