Installation and use of APPML

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.