遅くなりましたが、「週刊ついったーもどき(もしくはブログ)を作る」2週目です。 筆者はどちらかとブログをつくりたいのですが、タイトル的にはついったーの方がいいかなーと思いこのタイトル。 どっちを作るにしてももうしばらくは共通の作業に ...
This is a working example of how to use the CodeIgniter RestFull API along with Doctrine. It is meant to show you how how to build a login system with CI RESTAPI (which might be tricky since you have ...
namespace models; /** * @Entity * @Table(name="users") */ class User { /** * @Id * @Column(type="integer") * @GeneratedValue */ private $id; /** * @Column(type ...
I completely understand your anxiety when starting learn codeigniter. Confused, what have to know, and don't know start from where. The good news, In this tutorial, I will share with you how to start ...
There is no dearth of cross-platform PHP web application frameworks. Not one, Not two, many are there in fact. While some are more famous, others frameworks are also widely popular. The main aim of ...