Chinese document from W3cshool: http://www.w3cschool.cc/appml/appml-tutorial.html
What we are going to do is a complete example, so download an instance from here http://www.w3cschool.cc/appml/appml-download.html, containing 3 compressed packages.
Appmlphp.zip//APPML Core File
Demophp.zip//Instance demo file
Createphp.zip//database application file to help establish table and table data
OK, after downloading, ran to your web directory, I was dropped to www/test/appml/below
My environment is wampserver2.5 (php5.5).
Modify Appml_config.php,
<database name= "Demo" >//Demo database required
<name>demo</name>
<user>root</user>
<password></password>//My local MySQL no password
</database>
Okay, the browser runs localhost/test/appml/create.htm.
Click on one, 181 line error fatal Error:call-time Pass-by-reference has been removed
Solution: Found appml.php 181 lines, the & $paramCount,& $params, 2 & symbols removed.
Then repeat the operation, error <! [Cdata[unknown table ' demo.products ' DROP table products]]>
FIX: He didn't find the table to delete, so it's OK to create a new Products table.
After creating the corresponding table, run localhost/test/appml/demo.htm, you can enjoy the play.
Installation and use of APPML