开发者

perl/sqlite cgi templates

开发者 https://www.devze.com 2023-01-29 04:10 出处:网络
I am building a cgi page that print开发者_JS百科s out a table from sqlite. I have added features such as delete row, update row data with the website interface.

I am building a cgi page that print开发者_JS百科s out a table from sqlite. I have added features such as delete row, update row data with the website interface.

I was wondering if there are similar code available on the net? something like templates?

Someone must have done something similar?


What you want to do is called CRUD (Create, Read, Update, Delete).

Since you've tagged this question with 'perl', You could check out CGI::CRUD, but there are several ready-made packages available:

  • http://www.sqlitemanager.org/
  • http://code.google.com/p/phpliteadmin/
  • http://phpsqliteadmin.sourceforge.net/
0

精彩评论

暂无评论...
验证码 换一张
取 消