Can I move my html/php database driven site into conrete5?
Permalink
Hi Guys
I have a site that allows admins to log in and submit results for poker games, the site then pulls data from the database through a variety of mysql queries to present the data back to visitors, they can search by venue, date, player etc. it also calculates and displays the current leaderboard.
I need to implement content management so the site owners (myself and business partner) and our agents (current 10 but growing) can access various areas to update stories images enter results etc.
Will concrete5 give me the flexibility to recreate my site and allow me to create, store ifo into and recall and process data from additional database tables?
And if it does, is it crazy complicated or just a case of using my existing queries inside concrete5?
Thanks for any advice :)
I have a site that allows admins to log in and submit results for poker games, the site then pulls data from the database through a variety of mysql queries to present the data back to visitors, they can search by venue, date, player etc. it also calculates and displays the current leaderboard.
I need to implement content management so the site owners (myself and business partner) and our agents (current 10 but growing) can access various areas to update stories images enter results etc.
Will concrete5 give me the flexibility to recreate my site and allow me to create, store ifo into and recall and process data from additional database tables?
And if it does, is it crazy complicated or just a case of using my existing queries inside concrete5?
Thanks for any advice :)
You'd have to know in detail what a block, package, single page etc. ist.
You can easily hack something together, in theory you can use any code you want. After all it's just PHP. Single pages might be useful in your case and knowing them before coding the whole thing is probably helpful.