0

CUADS:Codeigniter Unified Addon Development Standard

Posted May 22nd, 2010 in News and tagged , , , by Gevork

Hi there who is making nice web-sites on Codeigniter. I like this framework. But I think it has some lack of standard. Really, I am not kidding. It would be great to have a standard of addon development, so that after when you share your code, the person who wants to use it would need to make 3 main steps.

1) Run mysql query from /addon_folder/install.sql

2)read /addon_folder/readme.txt

3)upload /addon_folder/application  to the /system folder of his web-site or wherever the application folder he put , and don’t worry that anything will be overwritten

4) in case there should be any hacking made to the system files, like config.php, routes.php or else , ther should be  very well described

/addon_folder/hackit.txt you do what is written, and  yummy!

5) YOU GO to mysite.com/addon/ and feel happy! Everything should work!

I will add the rules step by step here. Your comments will be very appreciated

So  I am begining to add .

1) The addon should have  DBAD License (Don’t Be A Dick)

Leave a Reply