How to create Controller & view pages for each user? |
I agree with the rest here. I suggest that you start to play with a database called MySQL through an interface called PHPMyAdmin. Tons of tutorials out there. Hopefully, you will be up and running very fast.
(01-20-2020, 02:06 AM)muuucho Wrote: I agree with the rest here. I suggest that you start to play with a database called MySQL through an interface called PHPMyAdmin. Tons of tutorials out there. Hopefully, you will be up and running very fast. I already use a database. I want a system that is simple.
(01-19-2020, 09:57 AM)christaliise Wrote:(01-19-2020, 08:31 AM)includebeer Wrote:(01-19-2020, 08:01 AM)christaliise Wrote: My system will have far more that 1,000 account files for all the users. But I just need to learn how to delete the last curly bracket } from the Controller each time an user registers. First of all, as you mention, you are expecting constructive criticism. But the funny thing is, you are replying in a destructive way. I will say that, still now, the best replay in this post is the first replay from @includebeer. But you are not accepting this. And yes, I will also say, learn first to develop with CI, understand first, what is CI. The help you are asking for, I think it is not related with CI at all. This can be done by a simple PHP and HTML. Just create HTML file for each user. CI is for those who have the interest to learn this and want to build web app using the features of CI. It is for those who will try to use a single Controller for thousands or millions of user instead of thousands or millions Controllers for for each user. Happy coding. |
Welcome Guest, Not a member yet? Register Sign In |