Professional CodeIgniter

(singke) #1

Chapter 6: Creating a Dashboard


187


It ’ s always OK to work incrementally. Just because you don ’ t have the perfect set of fields for a
form, or you haven ’ t applied security or validation, that shouldn ’ t stop you dead in the water.
The idea is to move quickly and provide the customer with working code.

It ’ s also quite all right to break your work up into logical patterns. Once you get the hang of
building models, views, and controllers, you may find yourself building your controllers out of
whole cloth, and then filling in what you need in your models and views to support those
controllers. Other times, you may decide to build out your model in its entirety before
creating controllers and views.


Free download pdf