|
|
| Name: |
MixedEval |
| Base name: |
370 |
| Description: |
Allows the coder to parse a string containing a mixture of php and html. |
| Related classes: |
learning, coder, web editor |
| Version: |
- |
| PHP version: |
- |
| License: |
Unspecified (ask the author) |
| All time users: |
654 users |
| All time rank: |
3962 |
| Week users: |
0 users |
| Week rank: |
2538 |
| |
|
 |
| Name: |
John Dickinson <e-mail contact> |
| Packages: |
2 Browse all classes by John Dickinson |
| Country: |
??? |
| Age: |
??? |
| All time rank: |
1378 | |
| Week rank: |
2172  | |
|
Allows the coder to parse a string containing a mixture of php and html. The string is split into php and html sections. Each php section is evaled, while the html is displayed as is. I have also included a web based editor that makes use of the MixedEval class. The editor may be helpful for learning php. It allows the user to create a variable number of textareas, each of which can contain mixtures of php and html which, on submit, are parsed and displayed. Some error handling and feedback is also included.
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
aSimplePHPEditor.php |
??? |
a simple web based editor that uses the MixedEval class |
MixedEval.php |
??? |
Contains the MixedEval class and some sample code |