Go to the source code of this file.
Functions | |
mysql_query ($query) | |
mysql_fetch_object ($res) | |
mysql_fetch_array ($res) | |
mysql_fetch_assoc ($res) | |
mysql_fetch_row ($res) | |
mysql_num_rows ($res) | |
mysql_num_fields ($res) | |
mysql_free_result ($res) | |
mysql_result ($res, $row, $col) | |
mysql_connect ($host, $username, $pwd) | |
mysql_error () | |
mysql_select_db ($db) | |
mysql_close () | |
mysql_insert_id () | |
mysql_affected_rows () | |
Variables | |
$MYSQL_CONN = 0 |
mysql_affected_rows | ( | ) |
mysql_close | ( | ) |
mysql_connect | ( | $ | host, | |
$ | username, | |||
$ | pwd | |||
) |
mysql_error | ( | ) |
Definition at line 89 of file mysql.php.
References $MYSQL_CONN.
Referenced by _execute_queries(), ADMIN::addToTemplate(), sql_connect(), sql_query(), and ADMIN::updateConfig().
mysql_fetch_array | ( | $ | res | ) |
Definition at line 44 of file mysql.php.
Referenced by _backup_dump_contents(), _backup_dump_structure(), NucleusPlugin::_getOptionTop(), SKIN::getFriendlyNames(), and NucleusPlugin::subscribtionListIsUptodate().
mysql_fetch_assoc | ( | $ | res | ) |
Definition at line 49 of file mysql.php.
Referenced by _getRecentItemsBlogger(), _getRecentItemsMetaWeblog(), _mt_getRecentPostTitles(), ADMIN::action_skinclone(), ADMIN::action_skinedit(), COMMENT::getComment(), ITEM::getitem(), BLOG::readSettings(), BLOG::showBlogList(), BLOG::showCategoryList(), and COMMENTS::showComments().
mysql_fetch_object | ( | $ | res | ) |
Definition at line 39 of file mysql.php.
Referenced by NucleusPlugin::_applyPluginOptions(), _categoryList(), _getRecentItems(), _getUsersBlogs(), MANAGER::_initCacheInfo(), ADMIN::_insertPluginOptions(), MANAGER::_loadSubscriptions(), _mt_categoryList(), ADMIN::action_blogsettings(), ADMIN::action_commentdeleteconfirm(), ADMIN::action_commentupdate(), ADMIN::action_pluginupdate(), ADMIN::action_skindelete(), ADMIN::action_skindeleteconfirm(), ADMIN::action_skinieoverview(), ADMIN::action_templateclone(), MEMBER::canAlterComment(), MEMBER::canAlterItem(), MEMBER::cleanupActivationTable(), do_backup(), SKINEXPORT::export(), MEMBER::getActivationInfo(), MEMBER::getAdminBlogs(), BLOG::getCategoryDesc(), BLOG::getCategoryIdFromName(), BLOG::getCategoryName(), getConfig(), TEMPLATE::getDesc(), TEMPLATE::getIdFromName(), SKIN::getIdFromName(), NucleusPlugin::getOption(), getPluginNameFromPid(), BAN::isBanned(), ADMIN::moveOneCategory(), numberOfEventSubscriber(), quickQuery(), TEMPLATE::read(), MEMBER::read(), KARMA::readFromDatabase(), SEARCH::SEARCH(), ADMIN::selectBlog(), selector(), BLOG::showArchiveList(), showlist(), BLOG::showUsingQuery(), and SKIN::SKIN().
mysql_fetch_row | ( | $ | res | ) |
Definition at line 54 of file mysql.php.
Referenced by COMMENTS::amountComments(), and ticketForPlugin().
mysql_free_result | ( | $ | res | ) |
Definition at line 69 of file mysql.php.
Referenced by BLOG::showArchiveList(), BLOG::showBlogList(), BLOG::showCategoryList(), COMMENTS::showComments(), showlist(), BLOG::showUsingQuery(), and ticketForPlugin().
mysql_insert_id | ( | ) |
Definition at line 107 of file mysql.php.
References $MYSQL_CONN.
Referenced by ADMIN::action_addnewlog(), ADMIN::action_pluginadd(), COMMENTS::addComment(), BLOG::additem(), ADMIN::addToTemplate(), TEMPLATE::createNew(), SKIN::createNew(), BLOG::createNewCategory(), and ADMIN::updateConfig().
mysql_num_fields | ( | $ | res | ) |
mysql_num_rows | ( | $ | res | ) |
Definition at line 59 of file mysql.php.
Referenced by _backup_dump_contents(), ADMIN::action_batchmember(), ADMIN::action_batchteam(), ADMIN::action_changemembersettings(), ADMIN::action_pluginadd(), ADMIN::action_pluginlist(), ADMIN::action_skinedit(), ADMIN::action_teamchangeadmin(), MEMBER::canBeDeleted(), BLOG::checkJustPosted(), BLOG::createNewCategory(), ADMIN::deleteOneCategory(), ADMIN::deleteOneTeamMember(), TEMPLATE::exists(), MEMBER::exists(), ITEM::exists(), BLOG::exists(), TEMPLATE::existsID(), MEMBER::existsID(), BLOG::existsID(), MEMBER::getActivationInfo(), MEMBER::getAdminBlogs(), BLOG::getCategoryIdFromName(), SKIN::getContent(), ITEM::getitem(), MEMBER::isBlogAdmin(), MEMBER::isTeamMember(), BLOG::isValidCategory(), KARMA::isVoteAllowed(), MEMBER::read(), BLOG::readSettings(), ADMIN::selectBlog(), COMMENTS::showComments(), showlist(), BLOG::showUsingQuery(), SKIN::SKIN(), and ADMIN::updateFuturePosted().
mysql_query | ( | $ | query | ) |
Definition at line 33 of file mysql.php.
References $MYSQL_CONN, and $query.
Referenced by _backup_dump_contents(), _backup_dump_structure(), _execute_queries(), and sql_query().
mysql_result | ( | $ | res, | |
$ | row, | |||
$ | col | |||
) |
Definition at line 74 of file mysql.php.
Referenced by SKIN::getContent(), and MEMBER::isBlogAdmin().
mysql_select_db | ( | $ | db | ) |
$MYSQL_CONN = 0 |
http://nucleuscms.org/license.txt GNU General Public License Copyright (C) 2002-2007 The Nucleus Group
Definition at line 24 of file mysql.php.
Referenced by mysql_affected_rows(), mysql_close(), mysql_error(), mysql_insert_id(), mysql_query(), mysql_select_db(), and sql_connect().