Recommend this page to a friend! |
Download .zip |
Info | View files (4) | Download .zip | Reputation | Support forum (1) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2007-07-29 (9 years ago) | Not enough user ratings | Total: 642 | All time: 4,756 This week: 1,099 |
Version | License | PHP version | Categories | |||
mysqlix 1.0 | Public Domain | 5.0 | PHP 5, Databases |
Description | Author | |||||||||||||
This class can be used to manage MySQL database tables. |
|
mysqlix extended mysql improved =================================== Version 1.0 Copyleft Anton Rifco Susilo Send bug reports, patches, feature requests, complaints & hate mail (no spam thanks) to <anton.rifco@gmail.com> ##### See INSTALL for installation instructions. ##### Table of Contents: 1. Overview 2. Features 3. Requirements 4. Limitations (Known Issues) 5. Usage 6. Todo Overview -------- mysqlix is extended class of mysqli predefined class. It add some valuable function that will save your work. Features -------- * Creating and dropping trigger * Creating and dropping database * Creating and dropping table * Simple insert and update on a table of database * Semi-advanced php-mySQL select * Retrieve comment on a table, or all tables in a database * Function to make multi query secure, by combine commit and rollback Requirements ------------ * PHP 5.0.0+ Limitations (Known Issues) -------------------------- Usage ----- Read class documentation and example (file example.php) to experience usage on this class Todo ---- I will add more function to this class, perhaps like - create_view to create a mySQL view, - dump database/table - source/load sql file - create_function to create a mySQL stored function / procedure - improve function create_table - a function to select data from multi table - improve insert and update function - Adding LOCK and UNLOCK to mySQL script That's it! Have fun! Send questions, problems, bug reports, etc to: Anton Rifco Susilo <anton.rifco@gmail.com> |
Files |
File | Role | Description |
---|---|---|
mysqlix.class.php | Class | Class mysqlix extends mysqli |
example.php | Example | example how to use mysqlix class |
INSTALL | Doc. | describe how to use this class to your project |
README | Doc. | readme file |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
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 |
mysqlix mysqlix class documentation |
php - mysqli mysqli class documentation |
Pages that reference this package |
Mendapatkan komentar tabel pada database mySQL « antonrifco s memoir Tahukah anda bahwa komentar yang anda sertakan pada tabel/kolom dalam suatu database mySQL terletak pada database information_schema yang telah didefinisikan oleh mySQL?... |