Recommend this page to a friend! |
Download .zip |
Info | View files (11) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2006-11-05 (9 years ago) | 60% | Total: 8,710 | All time: 177 This week: 1,043 |
Version | License | Categories | ||||
basic_basket 1.0 | GNU General Publi... | E-Commerce |
Description | Author | ||||||||||||||
Basic shopping basket class. Requires mysql_db advanced classes (mysql_conn,mysql_recordset,mysql_command) and is cookie based to keep track of session info (works with php3) |
|
Files |
File | Role | Description |
---|---|---|
modify.php3 | Example | Changes units for a product in a client' session basket |
add_session.php | Appl. | adding new client sessions |
basket.php | Class | Base class |
cookie.php | Appl. | Example code to generate the sessionID cookie |
data_init.php | Appl. | Database initialization |
delete.php3 | Example | Deletes all entries for 1 product on a client' session |
del_session.php | Appl. | Eliminates old client sessions and removes old data from basket |
documentation.txt | Doc. | documentation |
empty.php3 | Example | Empties the client' session basket |
insert.php3 | Example | Inserts a product in a client' session basket |
show.php3 | Example | shows current content for the basket |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Ratings | ||||||||||||||||||||||||||||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Related pages |
mysql_db required classes mysql_conn, mysql_recordset, mysql_command |
Rapidflor mini e-comm A site working on the basic_basket (just redefined screen_dump to meet site design schema) |