|
Porting: Porting from MySQL to Valentina? |
|
|
|
|
Paradigma Software's wiki includes a complete
reference to the PHP API supported
by Valentina. This reference is very useful when porting web applications from
MySQL to Valentina.
PHP Functional Compatibility with MySQL
These functions are included in Valentina PHP only for compatibility
with MYSQL. They do nothing - they only return TRUE value.
These functions guarantee that your script will not fail - but, otherwise, the script after DONOTHING function call logically would work improperly.
If you are migrating to Valentina Server from another database, remember to exclude these functions calls from your solutions.
List of Do Nothing Compatibility Functions
- valentina_change_user()
- valentina_db_name()
- valentina_field_table()
- valentina_info()
- valentina_list_dbs()
- valentina_list_fields()
- valentina_list_tables()
- valentina_list_processes()
- valentina_stat()
- valentina_tablename()
- valentina_thread_id()
|