本連載では前回からFileMaker API for PHPをテーマに解説している。まずは手始めに、FileMaker API for PHPを使用してFileMakerデータベースへの接続と、指定したテーブルへアクセスしレコードを取得する方法を2回にわたり紹介する。 今回はデータベースへの接続手順だ。
今回はデータベースへの行追加について触ってみました。公式ドキュメントではわかりにくかった場所なども含めてまとめておきます。 上記を参考にアカウントを作成後、新しいintegrationsを作成して、トークン(Internal Integration Token)を取得しておいて ...
FX.phpとFileMaker API for PHPの機能比較として、登録と検索・編集・削除を紹介してきた。これでデータベースの基本操作であるCRUDの違いについてを取りあげた。最後にFileMaker独自の機能である、スクリプトの実行方法について解説していこう。 FileMaker ...
WordPressって便利でSEOとかやりやすいしレイアウトも作りやすい。一番難しいのはコンテンツ作成で、記事作成ですよね。 例えば、コンテンツのネタ(データ)は、自動で貯まるんだけど、それを記事化するのがめんどい。そんな時にAPIを使って自動投稿した時 ...
This project is a simple, "MVC-ish" RESTful API built with plain PHP, a SQLite database, and is fully containerized using Docker. It provides basic CRUD (Create, Read, Update) functionality for a ...
├── api/ │ └── read.php # API endpoint for reading posts ├── core/ │ ├── initialize.php # Database initialization │ └── post.php # Post model with database operations └── includes/ └── config.php # ...
Community driven content discussing all aspects of software development from DevOps to design patterns. Nginx is the DevOps community’s most beloved http web server. And developers love the PHP ...