[eluser]kakap[/eluser]
[quote author="camporter1" date="1227782212"]kakap, make sure that the 'system' folder for the base CodeIgniter install matches up directories with the 'system' folder that BackendPro modifies. All the other folders will fall into their correct directories in relation to this.
I'm really hoping that more information is posted about this in the guide. Right now, I'm not entirely sure how to go about properly doing queries, and there are some things that the guide doesn't explain very well. I'll be experimenting and fixing things, hopefully I can port my existing application over to BackendPro. It really has the potential.[/quote]
the steps I've done
1.(Iam using linux,and use public_html folder at my home)I extracted CI into public_html and I named 'code'
2.I extracted backendpro into public_html also,n I named back.
3.we know CI has directory like system,and inside system there are,emmm such..application,library,etc.
then in backendpro,under system folder we've got folder named application too.so,I copied whats inside application folder(in backendpro) into application folder which is inside code Igniter.and I copied other files of backendpro like i've done.i meant,i copied files to ci as structured.
2.after that I run webserver and type "localhost/~kakap/code/install/install.php"
but what shown is blank.
oh yea,for htacces file,I write rule like in code igniter default.
I hope,U would like to show me da mistakes.
any refrence at web?so I can learn by my self???
cuz i've tried googling,but didn't find any refrence match
thank U ;