PHP 클래스 blog, adsb-receiver

Copyright 2012 ABagrintsev 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. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
상속: extends model_base
파일 보기 프로젝트 열기: jprochazka/adsb-receiver 1 사용 예제들

공개 메소드들

메소드 설명
addPost ( $author, $title, $contents )
deletePostByTitle ( $title )
editContentsByTitle ( $originalTitle, $contents )
getAllPosts ( $orderBy = "desc" )
getPostByTitle ( $title )
titleExists ( $newTitle )

메소드 상세

addPost() 공개 메소드

public addPost ( $author, $title, $contents )

deletePostByTitle() 공개 메소드

public deletePostByTitle ( $title )

editContentsByTitle() 공개 메소드

public editContentsByTitle ( $originalTitle, $contents )

getAllPosts() 공개 메소드

public getAllPosts ( $orderBy = "desc" )

getPostByTitle() 공개 메소드

public getPostByTitle ( $title )

titleExists() 공개 메소드

public titleExists ( $newTitle )