I recently wrote about How To Work With RESTful Services In CodeIgniter 3.X – today’s topic is how you extend the CodeIgniter REST server to give your APIs better availability and reliability. …
Tag: CodeIgniter
Torbjorn has written about CodeIgniter
I recently had a need to use UUID as my primary key for an application that I have architected using the CodeIgniter framework with Grocery Crud on a MySQL database. UUID (Universally Unique Identifiers) also known …
I recently installed a CodeIgniter 3.x application and another PHP application on a new server, I did run into some issues immediately, the apps were broken, it connected to the database. Did not allow me to …
With the new release of CodeIgniter 3.0, one of the powerful add on features to Codeigniter is the RESTful API server and client libraries. I will explain in this article how I use the Yggdrasil Codeigniter 3.0 repo …
Alchemy has recently launched an API that gives you access to news and blog content already enriched with Alchemy’s full suite of natural language processing services. The AlchemyData News provides businesses with the ability to query the world’s …
The use case I got was to connect to a 2nd Db, to retrieve data from a 2nd database and respond with a JSON string, the request would come in as an API call that looks …
In this code example, I will show how you in PHP can use Google’s Visualization GEO API with Yggdrasil web platform that is based on CodeIgniter. …