the best way to codeigniter website multi-language CMS implement
I'm researching hours and hours, but I could not find any clear, efficient way to make it :/ I have a codeigniter base website in English and I have to add a spainsh, portuguese language now. What is...
View ArticleMSSQL ERROR
AM trying to adapt a project am working on in mysql to mssql, but I get the following error while attempting to run this query: PHP Code: $this->usid = $user_tin;...
View ArticleNeed some guidance cookies
I have a question about setting token for cookies. When the user checks the remember me it will insert the user id and identifier and token to my auto login table But the token should that be stored in...
View ArticleCan't acccess personnal library
Hi all , I've just created a library called Cms and i've follow those steps : http://www.codeigniter.com/user_guide/ge...aries.html When i try to access function in my library i obtain error : PHP...
View ArticleNeed help develop my website
hello I have a website made in codeigniter made by a freelancer, http://www.aachange.com I need to develope the site more and the first thing is to implate a new button (menu) articles so I can write...
View ArticleCodeigniter 4 Error on XAMPP
Hi, I am testing Codeigniter 4 on my windows 7 PC. I have downloaded the codeigniter 4 from github and copied all the files to my htdocs folder of my XAMPP installation on Windows 7. But I am getting...
View Articleclass CI_DB_mysqli_result could not be converted to string
Hello, I am trying to fix this error message but could not find a way out yet. Can anyone help me out? Thanks in advance. A PHP Error was encountered Severity: 4096 Message: Object of class...
View ArticleAt the risk of sounding dreadful, have a question about 'wp'
For seasoned product managers that have used wp 'wordpress': many developers over there always throw around some advice about avoiding the need to write join queries because its very overhead...
View ArticleCI4 Debug Bar bottom options?
What about a debug bar bottom option? like standard in inspects, laravel almost mimics chrome inspector. But if there was an option to fix it to the bottom of screen? This isn't a huge deal, but I've...
View ArticleModel/Database Relationship?
How can you link up the database relationships, Such as $post = $post_model->find(123); $comments = $post->comments()->where(['active'=>true]); Something along these lines, changing models...
View Articleyenpape.com | cPanel SSD Shared Hosting Starting at $3.15! | 24/7/365 Support! |
About Us: Yenpape Hosting is an internet product and service provider specializing in web services. We take pride in our products and services and back them by our 24/7/365 customer support. Our...
View Articlejson stockage
Hello, I share library that I created, it's for local storage in the json file. https://github.com/Nirv-44/codeigniter-json Bye Nirv
View ArticleCommunity Auth: Login errors
I have an existing CI 3.0.6 application that I'm trying to integrate CA into. I've followed the CA installation instructions and was able to create an example user. I'm using the Example controller...
View ArticleIs Session a safe place to store data ?
Hello All ! I am working on project to build a webapp to manage the finances of multiple companys. My question is: Is it safe to store imnportant user related data in session ? Example: I want to allow...
View ArticleGetting Error Function name must be a string
I am getting this error below PHP Code: Fatal error: Function name must be a string in C:\xampp\htdocs\cookie\application\controllers\Welcome.php on line 23A PHP Error was encounteredSeverity:...
View Articlefile size and duration
how to save file size and duration of a uploaded video file. $this->upload->data(file_size) must work for storing file size but it doesn't work on my server, hear is the error: Use of undefined...
View Article[split] CRUD?
(08-05-2015, 09:33 AM)kilishan Wrote: After much consideration of the community's desires and opinions, and what we feel is best for the future, the CI Council has come to some decisions about the...
View ArticleInsert BLOB into oracle db
Well I've already searched for this issue but it seems it is still not answered. I have the same issue as this one. http://stackoverflow.com/questions/20016...odeigniter Model(){ function...
View ArticleTOAST and CI 3
Hi, I am trying to use TOAST to perform Unit Testing with a lightweight library. I have managed to get it to work, but I still have a couple of questions (which more CI related than pure TOAST). Here...
View ArticleUnitTest request for CI4
CI3 is cumbersome to test. There are so many things to install. so many things to configure. I hope in CI4, things require for Unit Testing are already installed. things are already configured. So for...
View Article