Wordpressなんか必要か?

Wordpressなんか必要か?と思っていたエンジニアのWordpress入門

2017-01-01から1年間の記事一覧

Findメソッド

定義 public function find ( $params = null, $limit = 15, $where = null, $sql = null ) パラメータ |パラメータ|型|説明| ||| |$params|配列or文字列or整数|関連パラメタの配列、アイテムのID、or for advanced content types the item's slug. $limit (…

Saveメソッド

save Save an item by giving an array of field data or set a specific field to a specific value. Though this function has the capacity to add new items, best practice should direct you to use add() for that instead. Function Definition publ…

フォームの作成

form Embed a form to add / edit a pod item from within your theme. Provide an array of $fields to include and override options where needed. For WP object based Pods, you can pass through the WP object field names too, such as “post_title”…

Podsクラス

podsクラス Padsクラスをインクルードし、初期化する。 コンストラクタ呼出 function pods ( $type = null, $id = null, $strict = false ) パラメ-タ 内容 $type (文字列)pod登録名 $id 数値、オブジェクト(オプション)IDまたはスラッグ。既存の単一レ…

プログラムによるPodsデータ追加

通常のWordpress Padsフォームからではなく、普通のformや、他のいろいろなプログラムからデータを追加・更新することも可能。 通常のWordpressプラグイン、Advenced Custom Formよりはるかに簡単です。 メソッド public function add ( $data = null, $value…

Wordpressって何それ、ブログじゃねーか

長いあいだ、ずっとプロのエンジニアやってました。 それも、マイクロソフト系の業務アプリ開発者です。 マイクロソフト系というと、Visual Basicにはじまり、AccessやExcelなどのいわゆるOffice系、Microsoft SQL Serverを使ったデータベース開発、ここ15年…