PEAR HTML_QuickForm2 in WordPress
-
I am migrating a web site to WordPress. I have built a plugin with admin pages for this migration.
The old app uses a database that need not be part of the wordpress database. I have set up the plugin to use WP’s built-in database access API to connect to the old database. This is working fine for short codes in the new pages.
I need to add the table maintenance windows in the admin area. The old site has a set of windows that work fine. However, these are dependent on HTML_QuickForm and PEAR.
Is is wise, or even possible, to install pear in WP?
Is there an alternative for WP that is straightforward like QuickForm?
Thanks, in advance.
The topic ‘PEAR HTML_QuickForm2 in WordPress’ is closed to new replies.