What Is Active db in CodeIgniter? [closed] - php

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
What Is Active db in CodeIgniter
I have been searching but I am not getting answer in this question?
Please answer me.

I think it's Active Record not Active DB. Active Record is a One kind of design pattern used for retrieve, insert, and update your database with minimal scripting. You will find more about this in the bellow link
https://www.codeigniter.com/userguide2/database/active_record.html

Related

Artificial intelligence with PHP [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 days ago.
Improve this question
first of all, I apologize for my poor English.
I am planning to create a user interest recognition system with the help of PHP language, that is, I will recommend my products based on the user's behavior. I decide to use PHP. Can anyone suggest a solution?
I made almost no special effort

Generate Word document from PHP [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I'm looking for a clean way to generate a Word document from my PHP project. I want to make a Web application with Laravel and I'm trying to print out (or better said: generate) a Word document with the data in my database.
Is there a Laravel extension or a supportive way how to execute this in a clean way?

Stock keeping System [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I want to develope a system where I have 38 stores and I want each store to login and enter their stock.
When a certain store logins they should only access their stock only not for anyone else.
Should I have a table for each store on the sql database?
someone advice please
You would need at the very least two tables. One for storing stores and other for products. One table for each store makes little sense to me.

Automatic creation of doc-blocks for phpdocumentor 2 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
while phpdocumentor 2 parses my files, it shows all functions which do not have any DocBlock.
Is there a tool that can create empty (minimal) doc-blocks compatible with phpdoc2 like php-cs-fixer does with code? Then I can go thru the code and fill in all information.
Thanks.
Please see the comments on the first post.

customizable file manager written in PHP [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I'm looking for free file management and code editing written in php similar to eXtplorer, that can easily be customized and extended.
Any good ones?
Try look here:
http://www.hotscripts.com/category/php/scripts-programs/file-manipulation/file-management/page:2/
http://navphp.sourceforge.net/
http://www.proscriptinstallation.com/File-Management-Scripts/
Hope this helps.

Categories