Hi.
If you have me as a friend on Facebook, you may have noticed I'm developing my colleges website. It's a social network built just for students and teachers in my college.
Anyway, I've more-or-less finished the front-end development, now I'm doing the back-end (Admin CP). Only me and teachers will be able to access it. The rest of the forms on the site have jQuery so the pages don't reload. Is it worth going to the effort of using jQuery for the Admin CP or should I just use bog standard forms?
Also, how should I code the structure of pages? Should I have them like this:
...or...
So basically, I want to know if it's worth using jQuery in the Admin CP, and whether I should code one huge-ass index.php file or use separate files?
Thanks,
Mark
If you have me as a friend on Facebook, you may have noticed I'm developing my colleges website. It's a social network built just for students and teachers in my college.
Anyway, I've more-or-less finished the front-end development, now I'm doing the back-end (Admin CP). Only me and teachers will be able to access it. The rest of the forms on the site have jQuery so the pages don't reload. Is it worth going to the effort of using jQuery for the Admin CP or should I just use bog standard forms?
Also, how should I code the structure of pages? Should I have them like this:
Code:
http://www.link-to-site.com/admincp/edituser.php?user=1
...or...
Code:
http://www.link-to-site.com/admincp/index.php?mode=edituser&user=1
So basically, I want to know if it's worth using jQuery in the Admin CP, and whether I should code one huge-ass index.php file or use separate files?
Thanks,
Mark