Commit f8b7dfe3 by Scott

Clean up and normalize all source code comments

parent d78621c9
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: index.php
Version: See define()s at top of qa-include/qa-base.php
Description: A stub that only sets up the Q2A root and includes qa-index.php
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-config-example.php
Version: See define()s at top of qa-include/qa-base.php
Description: After renaming, use this to set up database details and other stuff
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-external-example/qa-external-users.php
Version: See define()s at top of qa-include/qa-base.php
Description: Example of how to integrate with your own user database
......
<?php
/*
Question2Answer (c) Gideon Greenspan
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
License: GPLv2+ <http://www.question2answer.org/license.php>
File: qa-include/Util/String.php
Description: Some useful string-related stuff
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
More about this license: http://www.question2answer.org/license.php
*/
class Q2A_Util_String
......
<?php
/*
Question2Answer (c) Gideon Greenspan
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
License: GPLv2+ <http://www.question2answer.org/license.php>
File: qa-include/qa-util-debug.php
Description: Debugging stuff, currently used for tracking resource usage
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
More about this license: http://www.question2answer.org/license.php
*/
class Q2A_Util_Usage
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-ajax-answer.php
Version: See define()s at top of qa-include/qa-base.php
Description: Server-side response to Ajax create answer requests
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-ajax-asktitle.php
Version: See define()s at top of qa-include/qa-base.php
Description: Server-side response to Ajax request based on ask a question title
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-ajax-category.php
Version: See define()s at top of qa-include/qa-base.php
Description: Server-side response to Ajax category information requests
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-ajax-click-admin.php
Version: See define()s at top of qa-include/qa-base.php
Description: Server-side response to Ajax single clicks on posts in admin section
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-ajax-click-answer.php
Version: See define()s at top of qa-include/qa-base.php
Description: Server-side response to Ajax single clicks on answer
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-ajax-click-comment.php
Version: See define()s at top of qa-include/qa-base.php
Description: Server-side response to Ajax single clicks on comments
......
<?php
/*
Question2Answer (c) Gideon Greenspan
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-ajax-click-pm.php
Version: See define()s at top of qa-include/qa-base.php
Description: Server-side response to Ajax single clicks on private messages
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-ajax-click-wall.php
Version: See define()s at top of qa-include/qa-base.php
Description: Server-side response to Ajax single clicks on wall posts
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-ajax-comment.php
Version: See define()s at top of qa-include/qa-base.php
Description: Server-side response to Ajax create comment requests
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-ajax-favorite.php
Version: See define()s at top of qa-include/qa-base.php
Description: Server-side response to Ajax favorite requests
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-ajax-mailing.php
Version: See define()s at top of qa-include/qa-base.php
Description: Server-side response to Ajax mailing loop requests
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-ajax-notice.php
Version: See define()s at top of qa-include/qa-base.php
Description: Server-side response to Ajax requests to close a notice
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-ajax-recalc.php
Version: See define()s at top of qa-include/qa-base.php
Description: Server-side response to Ajax admin recalculation requests
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-ajax-show-comments.php
Version: See define()s at top of qa-include/qa-base.php
Description: Server-side response to Ajax request to view full comment list
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-ajax-version.php
Version: See define()s at top of qa-include/qa-base.php
Description: Server-side response to Ajax version check requests
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-ajax-vote.php
Version: See define()s at top of qa-include/qa-base.php
Description: Server-side response to Ajax voting requests
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-ajax-wallpost.php
Version: See define()s at top of qa-include/qa-base.php
Description: Server-side response to Ajax wall post requests
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-admin.php
Version: See define()s at top of qa-include/qa-base.php
Description: Functions used in the admin center pages
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-blobs.php
Version: See define()s at top of qa-include/qa-base.php
Description: Application-level blob-management functions
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-captcha.php
Version: See define()s at top of qa-include/qa-base.php
Description: Wrapper functions and utilities for captcha modules
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-cookies.php
Version: See define()s at top of qa-include/qa-base.php
Description: User cookie management (application level) for tracking anonymous posts
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-emails.php
Version: See define()s at top of qa-include/qa-base.php
Description: Wrapper functions for sending email notifications to users
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-events.php
Version: See define()s at top of qa-include/qa-base.php
Description: Handles the submission of events to the database (application level)
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-favorites.php
Version: See define()s at top of qa-include/qa-base.php
Description: Handles favoriting and unfavoriting (application level)
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-format.php
Version: See define()s at top of qa-include/qa-base.php
Description: Common functions for creating theme-ready structures from data
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-limits.php
Version: See define()s at top of qa-include/qa-base.php
Description: Monitoring and rate-limiting user actions (application level)
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-mailing.php
Version: See define()s at top of qa-include/qa-base.php
Description: Functions for sending a mailing to all users
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-messages.php
Version: See define()s at top of qa-include/qa-base.php
Description: Handling private or public messages (wall posts)
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-options.php
Version: See define()s at top of qa-include/qa-base.php
Description: Getting and setting admin options (application level)
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-post-create.php
Version: See define()s at top of qa-include/qa-base.php
Description: Creating questions, answers and comments (application level)
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-post-update.php
Version: See define()s at top of qa-include/qa-base.php
Description: Changing questions, answer and comments (application level)
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-posts.php
Version: See define()s at top of qa-include/qa-base.php
Description: Higher-level functions to create and manipulate posts
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-q-list.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for most question listing pages, plus custom pages and plugin pages
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-recalc.php
Version: See define()s at top of qa-include/qa-base.php
Description: Managing database recalculations (clean-up operations) and status messages
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-search.php
Version: See define()s at top of qa-include/qa-base.php
Description: Wrapper functions and utilities for search modules
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-updates.php
Version: See define()s at top of qa-include/qa-base.php
Description: Definitions relating to favorites and updates in the database tables
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-upload.php
Version: See define()s at top of qa-include/qa-base.php
Description: Application-level file upload functionality
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-users-edit.php
Version: See define()s at top of qa-include/qa-base.php
Description: User management (application level) for creating/modifying users
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-users.php
Version: See define()s at top of qa-include/qa-base.php
Description: User management (application level) for basic user operations
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-votes.php
Version: See define()s at top of qa-include/qa-base.php
Description: Handling incoming votes (application level)
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-admin.php
Version: See define()s at top of qa-include/qa-base.php
Description: Database access functions which are specific to the admin center
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-blobs.php
Version: See define()s at top of qa-include/qa-base.php
Description: Database-level access to blobs table for large chunks of data (e.g. images)
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-cache.php
Version: See define()s at top of qa-include/qa-base.php
Description: Database-level access to cache table
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-cookies.php
Version: See define()s at top of qa-include/qa-base.php
Description: Database access functions for user cookies
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-events.php
Version: See define()s at top of qa-include/qa-base.php
Description: Database-level access to userevents and sharedevents tables
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-favorites.php
Version: See define()s at top of qa-include/qa-base.php
Description: Database-level access to userfavorites table
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-hotness.php
Version: See define()s at top of qa-include/qa-base.php
Description: Functions for dealing with question hotness in the database
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-install.php
Version: See define()s at top of qa-include/qa-base.php
Description: Database-level functions for installation and upgrading
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-limits.php
Version: See define()s at top of qa-include/qa-base.php
Description: Database-level access to tables which monitor rate limits
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-maxima.php
Version: See define()s at top of qa-include/qa-base.php
Description: Definitions that determine database column size and rows retrieved
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-messages.php
Version: See define()s at top of qa-include/qa-base.php
Description: Database-level access to messages table for private message history
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-metas.php
Version: See define()s at top of qa-include/qa-base.php
Description: Database-level access to metas tables
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-notices.php
Version: See define()s at top of qa-include/qa-base.php
Description: Database-level access to usernotices table
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-options.php
Version: See define()s at top of qa-include/qa-base.php
Description: Database-level access to table containing admin options
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-points.php
Version: See define()s at top of qa-include/qa-base.php
Description: Database-level access to user points and statistics
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-post-create.php
Version: See define()s at top of qa-include/qa-base.php
Description: Database functions for creating a question, answer or comment
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-post-update.php
Version: See define()s at top of qa-include/qa-base.php
Description: Database functions for changing a question, answer or comment
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-recalc.php
Version: See define()s at top of qa-include/qa-base.php
Description: Database functions for recalculations (clean-up operations)
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-selects.php
Version: See define()s at top of qa-include/qa-base.php
Description: Builders of selectspec arrays (see qa-db.php) used to specify database SELECTs
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-users.php
Version: See define()s at top of qa-include/qa-base.php
Description: Database-level access to user management tables (if not using single sign-on)
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-votes.php
Version: See define()s at top of qa-include/qa-base.php
Description: Database-level access to votes tables
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-lang-admin.php
Version: See define()s at top of qa-include/qa-base.php
Description: Language phrases for admin center
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-lang-emails.php
Version: See define()s at top of qa-include/qa-base.php
Description: Language phrases for email notifications
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-lang-main.php
Version: See define()s at top of qa-include/qa-base.php
Description: Language phrases commonly used throughout Q2A
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-lang-misc.php
Version: See define()s at top of qa-include/qa-base.php
Description: Miscellaneous language phrases
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-lang-options.php
Version: See define()s at top of qa-include/qa-base.php
Description: Language phrases for all options, as shown in admin center
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-lang-profile.php
Version: See define()s at top of qa-include/qa-base.php
Description: Language phrases for user profile page
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-lang-question.php
Version: See define()s at top of qa-include/qa-base.php
Description: Language phrases for question page
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-lang-users.php
Version: See define()s at top of qa-include/qa-base.php
Description: Language phrases for user management
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-account.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for user account page
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-activity.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for page listing recent activity
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-admin-approve.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for admin page showing new users waiting for approval
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-admin-categories.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for admin page for editing categories
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-admin-default.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for most admin pages which just contain options
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-admin-flagged.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for admin page showing posts with the most flags
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-admin-hidden.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for admin page showing hidden questions, answers and comments
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-admin-moderate.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for admin page showing questions, answers and comments waiting for approval
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-admin-pages.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for admin page for editing custom pages and external links
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-admin-plugins.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for admin page listing plugins and showing their options
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-admin-points.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for admin page for settings about user points
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-admin-recalc.php
Version: See define()s at top of qa-include/qa-base.php
Description: Handles admin-triggered recalculations if JavaScript disabled
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-admin-stats.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for admin page showing usage statistics and clean-up buttons
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-admin-userfields.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for admin page for editing custom user fields
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-admin-usertitles.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for admin page for editing custom user titles
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-admin-widgets.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for admin page for editing widgets
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-answers.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for page listing recent answers on questions
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-ask.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for ask a question page
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-categories.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for page listing categories
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-comments.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for page listing recent comments on questions
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-confirm.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for email confirmation page (can also request a new code)
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-default.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for home page, Q&A listing page, custom pages and plugin pages
......
<?php
/*
Question2Answer (c) Gideon Greenspan
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-favorites.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for sub-page listing user's favorites of a certain type
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-favorites.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for page listing user's favorites
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-feedback.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for feedback page
......
<?php
/*
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-forgot.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for 'forgot my password' page
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment