Database Software Development Videos and Tutorials - MySQL, Oracle, SQL Server, NoSQL, MongoDB, PostgreSQL
 
Using phpMyEdit with Cubrid

Using phpMyEdit with Cubrid

This video introduces phpMyEdit customized for working with CUBRID DBMS. To dissolve the further misunderstanding about what phpMyEdit is used for, I would like to emphasize that it is not a database administration tool.

Simply put, phpMyEdit is an open source instant database table editing tool. It generates PHP code for you that you might need to display or make the necessary changes in the database tables through your web site interface. What you need is just copy the generated code and paste it into your web application’s back-end code. You can customize it to fit your web site layout. It will make sure everything looks like as if you created this code yourself.

So this video will explain you what phpMyEdit is, how it works, and how to use it. You will learn how to use the code generated by phpMyEdit to do certain database operations. phpMyEdit includes a huge set of table manipulation functions (record addition, change, view, copy, and removal), table sorting, filtering, table lookups, and more. Fortunately, now phpMyEdit, a powerful database table editing tool, is available also for CUBRID. It will save you a great deal of your precious time. If you wish to download it or want to learn more about its cool features, visit phpMyEdit Official Community Web Site.