creat store procedure in codeigniter with sql server
A Database Error Occurred Error Number: 42000/102 [Microsoft][ODBC Driver 13 for SQL Server][SQL Server]Incorrect syntax near ')'. exec tampil_penerbit() Filename:...
View ArticleHow i can executed my controller in the url
Hey, i have choosing today the way to coding with CodeIgniter. So i'm a newbie in frameworks, but the framework looks not so hard. I have tried the first Tutorial "static page". Now if i want to call...
View ArticleQuery Builder Class
Can someone please explain the following code related to the query builder class? $this->db->select('(SELECT SUM(payments.amount) FROM payments WHERE payments.invoice_id=4) AS amount_paid',...
View ArticleNo input file specified. Godaddy
Help! After days and trying every combination of .htaccess and config.php I could find, I still have "No input file specified". CodeIgniter will bring up the welcome screen as long as I don't try to...
View ArticleIs REST API Possible with Codeigniter?
I want to create REST API. I have chosen two framework to work with. One is Slim and another one is Lumen. But if it is possible with codeigniter i will stick with codeigniter.
View ArticleUrl Helper Function site_url()
Hey, i have start now to learning this framework. I using in this time the url_helper with the function site_url(). I have in my config.php the base_url looking like this : $config['base_url'] =...
View ArticleHow make "no expires" for redis
I know what default ttl 60 sec, but how I can set "no expires" for my data? Have a recipe?
View ArticleHow can I remove all http-headers
Hi all, I just want to remove all headers that php will add no Set-Cookie, Pragma, Cache-Control. Because this headers prevent my cache (nginx fastcgi cache) from caching. I know I can use...
View ArticlePhp Syntax not working on this line
So I'm new here i now that because of this basic problem, once hi everyone and thats my problem in php framework in codeigniter. I'm using Netbeans ide and wamp server. this is my controller codes I'm...
View ArticleCodeigniter Join query
CODEIGNITER + MySQL DB Hi I have two tables Table 1 <pre><code> CREATE TABLE `users` ( `user_id` int(255) NOT NULL, `user_name` varchar(100) NOT NULL, `user_email` varchar(100) NOT...
View ArticleWill CI4 include JQuery?
I'm not bothered either way if it does or not. My guess is that it shouldnt. i.e. if you need JQuery for a project - then just add it yourself.
View ArticleCSRF Strange error suggestion
i have face problem with CSRF in real Hosting not in local server, in order to allow multiple tab in Codeigniter CSRF have to disable Code: $config['csrf_regenerate'] = FALSE; yeah problem is fix but...
View ArticleCodeignitor application installer web interface
It very basic Check this out https://github.com/JhulFramework/JIC your feedbacks are appreciated
View Article[sysadmin] requirements to set server for codeigniter app
Good days English is not mi first language so lets say this whit goggle traductor help I am the sysadmin in a small factory one of the engineers hired a third party mostly un-experience underpaid...
View ArticleTeam Error
A PHP Error was encountered Severity: Notice Message: Undefined offset: 0 Filename: views/team_list.php Line Number: 554 Backtrace: File:...
View ArticleFatal error:Default value for parameters with a class type hint can only be...
Today I am trying to install Codeigniter 4 but i got fatal error. Any solutions for this error. Fatal error: Default value for parameters with a class type hint can only be NULL in...
View ArticleCodeIgniter4-standard
We have a new repository, CodeIgniter4-Standard, with PHP CodeSniffer rules to enforce the coding style guidelines for CodeIgniter4. This is intended for contributors to the project, although...
View ArticleOnly display the month once
Hi, In my list below as you can see it has printed the word "Nov" & "Jan" multiple times I use codeigniter with phpword to get the database results I would like the word of the month to only show...
View ArticlePHP MS SQL large results.
Hello CodeIgniter Developers, I just want to ask for suggestion about the large result set in MS SQL SERVER. I use CodeIgniter and MS SQL as the database. Now I am working with 26Million records. This...
View Article