-
4 Attachment(s)
Simple Admin Panel
This is my last project based on ajaxCRUD class adapted by me to MSSQL.
Using this class is very simple to add, edit, delete records in tables with very few lines of code.
This Simple Admin Panel allow you to add, edit, delete news to your website, manage accounts and characters. Anyway, you can implement these functions to any table in your database.
This release have a very basic login system. To use this login system you need to adapt the code to your need or create table EWDadmin with EWDadmin.sql attached.
You can add EWDNews table (.sql attached) or adapt code to your News table.
Attachment 137045Attachment 137046Attachment 137047Attachment 137048
Download link: simple-admin - Download - 4shared
-
Re: Simple Admin Panel
-
Re: Simple Admin Panel
very nice good job
:thumbup:
-
3 Attachment(s)
Re: Simple Admin Panel
Building an images gallery is very simple using ajaxCRUD class. To do this follow these steps:
1. create a folder named gallery; make two subfolders large and thumb in this folder (here we will keep our images and their thumbnails);
2. create a table EWDGallery - EWDGallery.sql in this pack;
3. overwrite old ajaxCRUD.class.php with the new ajaxCRUD.class.php contained in this pack;
4. launch gallery.php and start add images in your gallery.
Attachment 137643
Download: Attachment 137644
Update:
new gallery.php with abilities to delete uploaded files and thumbnails when delete record from table EWDGallery: Attachment 137647
-
Re: Simple Admin Panel