WpierCMS (Codeignitered) with easy backend generation |
[eluser]Gewa[/eluser]
Hm... Want to make a pre-release post of WpierCMS, which is made by Maxim Tushev. The backend of CMS is independent coded and making an admin part of the modules are pretty easy stuff. You just need to make setting for each column of mysql table , which is used by module to keep data. And then backend will automaticaly make CRUD stuff. It's so amasing made that you can as I think adjust modules in Anyway you need! Unfortunately the website and documentation are in Russian, But after new year will pass, I will make small Howto... Who want to install and play please download http://www.wpier.ru/dwl/wpierfin.zip Import SQL file to database make connection settings in CI database.php and in /webadmin/conf/conf.php Please there find $_CONFIG["ADMIN_LOCATION"]="ru"; and change to $_CONFIG["ADMIN_LOCATION"]="en"; Maxim hasn't updated the language files given by me, but this will help you to see the backend, which is on EXTJS and so fancy .... Thats it! Who can understand russian and/or can make translation with google or other stuff the help documentation in russian is under help.inout-sys.com availble!!! I am sure this CMS of my friend will be the next big thing on CodeIgniter in 2010... Integration of backend with CI was my Idea, dont forget to say thanks .. And the CMS is free to use under GPL as I remember....
[eluser]ReLexEd[/eluser]
I've given up on this after a full hour of attempting to get this to run.... Most of the included code uses short-tags, which will not run on every server... Correct me if I'm wrong but it doesn't look like this is using CI at all!, there's ton's of additional code, that IMHO looks quite horrible.... The demo is located at http://wpier.stat-pro.ru/webadmin/
[eluser]Gewa[/eluser]
[quote author="ReLexEd" date="1262014908"]I've given up on this after a full hour of attempting to get this to run.... Most of the included code uses short-tags, which will not run on every server... Correct me if I'm wrong but it doesn't look like this is using CI at all!, there's ton's of additional code, that IMHO looks quite horrible.... The demo is located at http://wpier.stat-pro.ru/webadmin/[/quote] Hi all... Dear ReLexEd , please read carefully what i have wrote . The backend is not written in CI and will not be ...Backend is Backend ... And the idea is that backend should be able to move somwehere else , very far from site and hackers. With this backend which is quite secure written ( I know minimum 1 bank website which is made on wpier!!!) you can be free from administration generation ... You just make some settings with a single file in /webadmin/extension/ and HURRA your administrative part with all CRUD stuff is ready ... HURAAAAA. you can code your user-end part, without loosing much time on CRUD stuff for backend. This is first point. For english language please take the attached file and replace /webadmin/location/en folder with the one I have attached to this post. This is already the hand made translation by me. And the third. Content managment is with 2 options with CI for Ignited people like me and with the index.php file of original Wpier system. You choose. there is one switcher in webadmin/config/config.inc.php and also the htaccess rules. After new year stuff I will come back with a tuto and some code Cheers and Marry cristmas...
[eluser]Gewa[/eluser]
I have updated the link to the build. the first one I have given was just independent one. I apologize Please download from http://www.wpier.ru/dwl/Wpierfin.zip Have Fun
[eluser]Jameson.[/eluser]
Quote:making an admin part of the modules are pretty easy stuff. You just need to make setting for each column of mysql table , which is used by module to keep data. And then backend will automaticaly make CRUD stuffSounds good, but without any docs as to how to, completely unattainable. Looking inside "webadmin" folder reminded me of old days. Very oldschool stuff: business logic, database stuff and html views all tightly woven in same files, not to mention hardcoded messages. BTW, the correct link is http://www.wpier.ru/dwl/wpierfin.zip
[eluser]Gewa[/eluser]
Jameson Docs are in Russian, Maybe you are right, the admin part was made not in one month, its a result of long term hard work. What about Docs, they exist but in Russian. Actually for the start you need just learn how to make a setting file for modules in /webadmin/extension One file and you have a full CRUD for administration. Till end of january I will make a simple TODO and maybe also a screencast. Best regards And Happy New Year |
Welcome Guest, Not a member yet? Register Sign In |