CIModelTester: Front-end for Model Testing (new) |
CIModelTester : Front-end for Model Testing
A CodeIgniter interactive model tester web interface. Directly call your model functionality for testing and debugging. Github Repo: https://github.com/cwingrav/CIModelTester Basically, I wanted to test my model as I was coding it. Sure, test scripts are good, but sometimes I just want to directly use it. It works by reading your models and creating a webpage with a form for each method and its parameters. Then, it calls your model with ajax and displays the results. I use this constantly, keeping it open during development. Hope you find it useful too! There are three main pages for searching through your models, finding and calling their methods and running unit tests. 1) Find a model: ![]() Then, 2) review the methods on that model: ![]() ... and call them: ![]() And, 3) run unit tests on that model. ![]() |
Welcome Guest, Not a member yet? Register Sign In |