Class: Loggix_Module_Comment
Source Location: /Module/Comment.php
Class Overview
Loggix_Core | --Loggix_Application | --Loggix_Module | --Loggix_Module_Comment
Inherited Constants
Class: Loggix_Core
- Loggix_Core::LOGGIX_DATABASE_TYPE
- Loggix_Core::LOGGIX_MODULE_DIR
- Loggix_Core::LOGGIX_MYSQL_DBNAME
- Loggix_Core::LOGGIX_MYSQL_HOST
- Loggix_Core::LOGGIX_MYSQL_PASS
- Loggix_Core::LOGGIX_MYSQL_USER
- Loggix_Core::LOGGIX_PLUGIN_DIR
- Loggix_Core::LOGGIX_PROJ_URI
- Loggix_Core::LOGGIX_RESOURCE_DIR
- Loggix_Core::LOGGIX_SQLITE_2
- Loggix_Core::LOGGIX_SQLITE_3
- Loggix_Core::LOGGIX_THEME_DIR
- Loggix_Core::LOGGIX_TITLE_SEPARATOR
- Loggix_Core::LOGGIX_VERSION
Inherited Variables
Inherited Methods
Class: Loggix_Module
- Loggix_Module::getModuleLanguage()
- Get Language File
Class: Loggix_Application
- Loggix_Application::display()
- Display XHTML
- Loggix_Application::getArchives()
- Get Archived Entry list
- Loggix_Application::getContentMenu()
- Get Content Menu
- Loggix_Application::getCssSwitchArray()
- Get CSS list
- Loggix_Application::getPager()
- Generate Pager
- Loggix_Application::sendAttachments()
- Send Attachment Files
- Loggix_Application::sendHttpHeaders()
- Send HTTP Headers to User Agent
- Loggix_Application::setAttachments()
- Get Attachment File Table View
- Loggix_Application::setEntryItems()
- Set Entry Items
- Loggix_Application::setMenuItems()
- Set variables for menu items
- Loggix_Application::setTitle()
- Set Document Title
- Loggix_Application::setXmlLanguage()
- Set XML Language
Class: Loggix_Core
- Loggix_Core::__construct()
- Constructor : Open datbase and load functions and modules.
- Loggix_Core::addTag()
- Add tag data into tag map table
- Loggix_Core::getAdminMenu()
- Get Admin Menu
- Loggix_Core::getConfigArray()
- Get Config settings
- Loggix_Core::getLanguage()
- Get Language File in /lang/ directory.
- Loggix_Core::getMenuList()
- Menu List
- Loggix_Core::getOutOfSession()
- Get out of session
- Loggix_Core::getRequestUri()
- Get Reqeust URI
- Loggix_Core::getRootUri()
- Get Root URI
- Loggix_Core::getSearchHitsSql()
- Get Search Hits SQL
- Loggix_Core::getSearchSql()
- Generate Search SQL
- Loggix_Core::getSearchSqlParams()
- Get Search SQL Parameters
- Loggix_Core::getSessionState()
- Session Control
- Loggix_Core::getTagArray()
- Generate tag array
- Loggix_Core::getTagCloudArray()
- Get Tag Cloud Array
- Loggix_Core::getTagHitsSql()
- Get Tag Hits SQL
- Loggix_Core::getTagIdArray()
- Generate tag ID array
- Loggix_Core::getTagSql()
- Get Tag SQL
- Loggix_Core::getTagSqlParams()
- Get Tag SQL Parameters
- Loggix_Core::getTotalItemsCount()
- Get Total Items Count
- Loggix_Core::setMenuItems()
- Set variables for menu items
- Loggix_Core::setSearchItems()
- Set Search Result Items
- Loggix_Core::_includeModules()
- Load Modules in /lib/Loggix/Module/ directory.
- Loggix_Core::_includePlugins()
- Load Modules in /plugins/ directory.
- Loggix_Core::__call()
- Relay the method call to Loggix_Utility
- Loggix_Core::__destruct()
- Destructor
Class Methods
method getAdminNicknameListArray [line 170]
array getAdminNicknameListArray(
)
Get Admin's Nickname List Array
Tags:
| access: | public |
[ Top ]
method getArchives [line 368]
string getArchives(
$getItemsSql)
Get Archived item list
Tags:
| access: | public |
| uses: | View |
| uses: | Loggix_Application::setEntryItems() |
| uses: | Loggix_Module::getModuleLanguage() |
Parameters:
| $getItemsSql |
[ Top ]
method getCommentList [line 182]
void getCommentList(
$item)
Get Comment List
Tags:
| access: | public |
Parameters:
| $item |
[ Top ]
method getComments [line 32]
boolean getComments(
$item
$item)
Retrieve Comments from database
Tags:
| access: | public |
Parameters:
| $item | $item |
[ Top ]
method getCommentStatus [line 150]
array getCommentStatus(
$item
$item)
Get Status of Comments
Tags:
| access: | public |
| uses: | Loggix_Module_Comment::getNumberOfComments() |
Parameters:
| $item | $item |
[ Top ]
method getDraftLogIdArray [line 409]
array getDraftLogIdArray(
)
Get draft log id array
Tags:
| access: | public |
[ Top ]
method getNumberOfComments [line 59]
string getNumberOfComments(
$item
$item)
Number of comments
Tags:
| access: | public |
| usedby: | Loggix_Module_Comment::getCommentStatus() |
Parameters:
| $item | $item |
[ Top ]
method getRecentComments [line 425]
string getRecentComments(
)
Generate Recent Comments List
Tags:
| access: | public |
[ Top ]
method setEntryItem [line 299]
array setEntryItem(
array
$item)
Set Entry Items
Tags:
| access: | public |
| uses: | smiley |
Parameters:
| array | $item |
[ Top ]
method updateComment [line 88]
void updateComment(
$item
$item, $authorized
$authorized)
Update Comment
Tags:
| access: | public |
Parameters:
| $item | $item | |
| $authorized | $authorized |
[ Top ]