| a |
top |
| $attributes | in file seo.class.php, variable SEO_URL::$attributes $attributes array contains all the required settings for class |
| $attributes | in file seo.class.php, variable SEO_URL_INSTALLER::$attributes $attributes array holds information about this instance |
| add_sid | in file seo.class.php, method SEO_URL::add_sid() Function to append session ID if needed |
| b |
top |
| $base_url | in file seo.class.php, variable SEO_URL::$base_url $base_url is the NONSSL URL for site |
| $base_url_ssl | in file seo.class.php, variable SEO_URL::$base_url_ssl $base_url_ssl is the secure URL for the site |
| c |
top |
| $cache | in file seo.class.php, variable SEO_URL::$cache $cache is the per page data array that contains all of the previously stripped titles |
| $cache_file | in file seo.class.php, variable SEO_URL::$cache_file $cache_file is the basename of the cache database entry |
| $cache_query | in file seo.class.php, variable SEO_URL::$cache_query $cache_query is the resource_id used for database cache logic |
| cache_gc | in file seo.class.php, method SEO_URL::cache_gc() Function to perform basic garbage collection for database cache system |
| calculate_performance | in file seo.class.php, method SEO_URL::calculate_performance() Function used to calculate and output the performance metrics of the class |
| check_redirect | in file seo.class.php, method SEO_URL::check_redirect() Function to initialize the redirect logic |
| check_seo_page | in file seo.class.php, method SEO_URL::check_seo_page() Function to check if it's a valid redirect page |
| ConnectDB | in file seo.class.php, method SEO_DataBase::ConnectDB() Function to connect to MySQL |
| convert_time | in file seo.class.php, method SEO_URL::convert_time() Function to convert time for cache methods |
| d |
top |
| $data | in file seo.class.php, variable SEO_URL::$data $data array contains all records retrieved from database cache |
| $DB | in file seo.class.php, variable SEO_URL_INSTALLER::$DB Database object |
| $db | in file seo.class.php, variable SEO_DataBase::$db Database name |
| $DB | in file seo.class.php, variable SEO_URL::$DB $DB is the database object |
| $default_config | in file seo.class.php, variable SEO_URL_INSTALLER::$default_config The default_config array has all the default settings which should be all that is needed to make the base class work. |
| DBPerform | in file seo.class.php, method SEO_DataBase::DBPerform() Function to perform DB inserts and updates - abstracted from osCommerce-MS-2.2 project |
| do_redirect | in file seo.class.php, method SEO_URL::do_redirect() Function to perform redirect |
| e |
top |
| eval_defaults | in file seo.class.php, method SEO_URL_INSTALLER::eval_defaults() This function evaluates the default serrings into defined constants |
| expand | in file seo.class.php, method SEO_URL::expand() Function to expand the SEO_CONVERT_SET group |
| f |
top |
| FetchArray | in file seo.class.php, method SEO_DataBase::FetchArray() Function to fetch array |
| Free | in file seo.class.php, method SEO_DataBase::Free() Function to free the resource |
| g |
top |
| generate_articles_cache | in file seo.class.php, method SEO_URL::generate_articles_cache() Function to generate articles cache entries |
| generate_categories_cache | in file seo.class.php, method SEO_URL::generate_categories_cache() Function to generate categories cache entries |
| generate_information_cache | in file seo.class.php, method SEO_URL::generate_information_cache() Function to generate information cache entries |
| generate_manufacturers_cache | in file seo.class.php, method SEO_URL::generate_manufacturers_cache() Function to generate manufacturers cache entries |
| generate_products_cache | in file seo.class.php, method SEO_URL::generate_products_cache() Function to generate products cache entries |
| generate_topics_cache | in file seo.class.php, method SEO_URL::generate_topics_cache() Function to generate topics cache entries |
| GetParentCategories | in file seo.class.php, method SEO_URL::GetParentCategories() Recursion function to retrieve parent categories from category ID |
| get_article_name | in file seo.class.php, method SEO_URL::get_article_name() Function to get the article name. Use evaluated cache, per page cache, or database query in that order of precedent. |
| get_cache | in file seo.class.php, method SEO_URL::get_cache() Function to get cache entry |
| get_cache_memory | in file seo.class.php, method SEO_URL::get_cache_memory() Function to get cache from memory |
| get_category_name | in file seo.class.php, method SEO_URL::get_category_name() Function to get the category name. Use evaluated cache, per page cache, or database query in that order of precedent |
| get_full_cPath | in file seo.class.php, method SEO_URL::get_full_cPath() Function to retrieve full cPath from category ID |
| get_information_name | in file seo.class.php, method SEO_URL::get_information_name() Function to get the informatin name. Use evaluated cache, per page cache, or database query in that order of precedent. |
| get_manufacturer_name | in file seo.class.php, method SEO_URL::get_manufacturer_name() Function to get the manufacturer name. Use evaluated cache, per page cache, or database query in that order of precedent. |
| get_product_name | in file seo.class.php, method SEO_URL::get_product_name() Function to get the product name. Use evaluated cache, per page cache, or database query in that order of precedent |
| get_topic_name | in file seo.class.php, method SEO_URL::get_topic_name() Function to get the topic name. Use evaluated cache, per page cache, or database query in that order of precedent. |
| h |
top |
| $host | in file seo.class.php, variable SEO_DataBase::$host Database host (localhost, IP based, etc) |
| href_link | in file seo.class.php, method SEO_URL::href_link() Function to return SEO URL link SEO'd with stock generattion for error fallback |
| i |
top |
| $installer | in file seo.class.php, variable SEO_URL::$installer $installer is the installer object |
| $is_seopage | in file seo.class.php, variable SEO_URL::$is_seopage $is_seopage holds value as to whether page is in allowed SEO pages |
| implode_assoc | in file seo.class.php, method SEO_URL::implode_assoc() Function to implode an associative array |
| init | in file seo.class.php, method SEO_URL_INSTALLER::init() Initializer - if there are settings not defined the default config will be used and database settings installed. |
| InsertID | in file seo.class.php, method SEO_DataBase::InsertID() Function to fetch the last insertID |
| install_settings | in file seo.class.php, method SEO_URL_INSTALLER::install_settings() This function installs the database settings |
| is_attribute_string | in file seo.class.php, method SEO_URL::is_attribute_string() Function to check if the products_id contains an attribute |
| is_cached | in file seo.class.php, method SEO_URL::is_cached() Function to check if the cache is in the database and expired |
| is_cPath_string | in file seo.class.php, method SEO_URL::is_cPath_string() Function to check if cPath is in the parameter string |
| is_product_string | in file seo.class.php, method SEO_URL::is_product_string() Function to check if the params contains a products_id |
| l |
top |
| $languages_id | in file seo.class.php, variable SEO_URL::$languages_id $languages_id contains the language_id for this instance |
| $link_id | in file seo.class.php, variable SEO_DataBase::$link_id Database link |
| m |
top |
| make_url | in file seo.class.php, method SEO_URL::make_url() Function to return the generated SEO URL |
| n |
top |
| $need_redirect | in file seo.class.php, variable SEO_URL::$need_redirect $need_redirect determines whether the URL needs to be redirected |
| need_redirect | in file seo.class.php, method SEO_URL::need_redirect() Function to check if the URL needs to be redirected |
| not_null | in file seo.class.php, method SEO_URL::not_null() Function to check if a value is NULL |
| NumRows | in file seo.class.php, method SEO_DataBase::NumRows() Function to fetch the number of rows |
| o |
top |
| output_string | in file seo.class.php, method SEO_URL::output_string() Function to output a translated or sanitized string |
| p |
top |
| $pass | in file seo.class.php, variable SEO_DataBase::$pass Database password |
| $path_info | in file seo.class.php, variable SEO_URL::$path_info $path_info contains the getenv('PATH_INFO') value |
| $performance | in file seo.class.php, variable SEO_URL::$performance $performance array contains evaluation metric data |
| parse_input_field_data | in file seo.class.php, method SEO_URL::parse_input_field_data() Function to translate a string |
| parse_parameters | in file seo.class.php, method SEO_URL::parse_parameters() SFunction to parse the parameters into an SEO URL |
| parse_path | in file seo.class.php, method SEO_URL::parse_path() Function to parse the path for old SEF URLs |
| PrintArray | in file seo.class.php, method SEO_URL::PrintArray() Function to print an array within pre tags, debug use |
| profile | in file seo.class.php, method SEO_URL::profile() Function used to output class profile |
| q |
top |
| Query | in file seo.class.php, method SEO_DataBase::Query() Function to perform queries |
| r |
top |
| $real_uri | in file seo.class.php, variable SEO_URL::$real_uri $real_uri contains the $_SERVER['SCRIPT_NAME'] . '?' . $_SERVER['QUERY_STRING'] value |
| $reg_anchors | in file seo.class.php, variable SEO_URL::$reg_anchors $reg_anchors holds the anchors used by the .htaccess rewrites |
| s |
top |
| seo.class.php | procedural page seo.class.php |
| save_cache | in file seo.class.php, method SEO_URL::save_cache() Function to save the cache to database |
| SelectDB | in file seo.class.php, method SEO_DataBase::SelectDB() Function to select the database |
| SEO_DataBase | in file seo.class.php, method SEO_DataBase::SEO_DataBase() MySQL_DataBase class constructor |
| SEO_DataBase | in file seo.class.php, class SEO_DataBase SEO_DataBase Class |
| SEO_URL | in file seo.class.php, method SEO_URL::SEO_URL() SEO_URL class constructor |
| SEO_URL | in file seo.class.php, class SEO_URL Ultimate SEO URLs Base Class |
| SEO_URL_INSTALLER | in file seo.class.php, method SEO_URL_INSTALLER::SEO_URL_INSTALLER() SEO_URL_INSTALLER class constructor |
| SEO_URL_INSTALLER | in file seo.class.php, class SEO_URL_INSTALLER Ultimate SEO URLs Installer and Configuration Class |
| SessionID | in file seo.class.php, method SEO_URL::SessionID() Function to return the session ID |
| SessionName | in file seo.class.php, method SEO_URL::SessionName() Function to return the session name |
| short_name | in file seo.class.php, method SEO_URL::short_name() Function to return the short word filtered string |
| Slashes | in file seo.class.php, method SEO_DataBase::Slashes() Function to add slashes |
| start | in file seo.class.php, method SEO_URL::start() Function to start time for performance metric |
| stock_href_link | in file seo.class.php, method SEO_URL::stock_href_link() Stock function, fallback use |
| stop | in file seo.class.php, method SEO_URL::stop() Function to stop time for performance metric |
| strip | in file seo.class.php, method SEO_URL::strip() Function to strip the string of punctuation and white space |
| t |
top |
| $timestamp | in file seo.class.php, variable SEO_URL::$timestamp $timestamp simply holds the temp variable for time calculations |
| u |
top |
| $uri | in file seo.class.php, variable SEO_URL::$uri $uri contains the $_SERVER['REQUEST_URI'] value |
| $uri_parsed | in file seo.class.php, variable SEO_URL::$uri_parsed $uri_parsed contains the parsed uri value array |
| $user | in file seo.class.php, variable SEO_DataBase::$user Database user |
| uninstall_settings | in file seo.class.php, method SEO_URL_INSTALLER::uninstall_settings() This function removes the database settings (configuration and cache) |