planning your project before you code - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: planning your project before you code (/showthread.php?tid=86986) |
planning your project before you code - Son of Troy - 03-02-2023 Planning and preparation is one of the main areas I need help with. Sometimes, I just don't know what the planning process looks like; and I'm not sure if the correct information is being researched. If I wanted to build a new app for the first time, and I wasn't sure how to build it correctly. What would the process of planning and preparation look like? for example, if I wanted to build an app that allows users to log-in, post comments, and view them on a blog. How would I go about researching a project like this before I start coding? RE: planning your project before you code - InsiteFX - 03-03-2023 Simple process for PHP projects That should get you started, I would also do the news tutorial in the CodeIgniter 4 Users Guide. |