Controllers in sub-directory showing 404 not found
I just configured CI4 and its working fine for "Home" controller but as i put the controller in sub-directory to call as subdirectory/home, it's not opening and 404 called. any help please?
View ArticleThread Modes codeigniter autho
Hi, Does anyone can help me how to make app in codeigniter which will manage users on auth0? I do manage to make login with php basic, but I can't list all users, delete, or update. I didn't find any...
View Articlepaypal ipn
Is there a paypal IPN library I can plug into codeigniter? I haven't found any that would work. Any help on this would be awesome!
View ArticleRoute name
Hello, there is a feature in Laravel which gives you the chance to name a route so you can use each route name instead of typing url. and makes opportunity to change the routes easily.(just changing...
View ArticleCodeigniter remove follow button after following user
Hi I am able to display users friends on a page but when I into the friends profile I still see the follow button, is there anyway I can remove the button after following? I am using codeigniter. see...
View ArticleMultilanguage model
Hi guys! The question of multilanguage model. I have the entity Page, PageDescription and models PHP Code: class PageModel extends CI_Model { protected $tableEntity = 'pages'; protected...
View Articlesharing controller
hello, I want to share one controller between several applications. I find solution for views and models using PHP Code: $autoload['packages'] = array('../GestionHabilitations_ThirdParty'); but it...
View ArticleHelp with sending email using Xampp
Code: Hi, I'm new at this and am having trouble in getting this to work. I cannot get CI to send email using Xampp and hopefully someone can help. This is what I have done. In the...
View ArticleViews in post
Hi guys, I'm looking at Codeigniter these days and I'll need your help. I have this class that is nothing but the display of every single page, but I needed to enter a query, where every access was...
View ArticleRouting an entire controller
I would like a new feature to be added so I can route an ENTIRE controller all at once, so I can route a controller to be / (root directory)? Let's say my controller looks like this. Code: <?php...
View ArticleCompesh - Question and answer website
I've made a question and answer website with Codeigniter called Compesh. The website is responsive. I'll let the website speak for itself. Launch Compesh
View ArticleCodeigniter restclient not working
I am trying to install the CodeIgniter RESTClient and RESTServer libraries for my solution. (philsturgeon-codeigniter-restclient and chriskacerguis-codeigniter-restserver ). I managed to get the rest...
View ArticleProblems with files in view
Hi guys, I ask you a question to which I found a somewhat spartan solution and I do not like it. Then, in my Post.php file in controller, I have this code: PHP Code: class Post extends CI_Controller {...
View ArticleStrange error with Xmlrpc server
Hi. I need your help. I have several days to try to solve a problem with my code and I do not find the error. I leave you here what happens to me in case someone could help me. I'm using Codeigniter...
View Article[Solved] Custom Bread Crumbs Foreach Loop Codeigniter
I have a problem with my breadcrumbs currently when I am in my help folder the url out puts. Code: http://localhost/project/admin/common/test?directory=help/sub It should read Code:...
View Articlehow to create a statistics system in codeigniter
Hi everybody. I am a beginner in programming and work with codeigniter, i want to create a statistics system (professional system or at least, not simple) for website with codeigniter but i don't know...
View ArticleHow i can use google adwords lib
Hi guys, i need google adwords lib (https://github.com/googleads/googleads-php-lib) in my codeigniter3 project, but I do not know how can use google adwords lib in my project. i'm sorry for my bad...
View ArticleHelp with database load design
The current design: - I'm using v2.2 (don't have time just now to upgrade) - The application is multi-tenant, with each tenant having separate database - The correct "tenant" database name for each...
View ArticleCron job localhost to cpanel
Good day is there a way in codeigniter using cronjob that i will execute a process in controller like this in my localhost <?php class Tools extends CI_Controller { public function message($to =...
View ArticleBasics of PHP Frameworks
I have never used a framework before but have played with PHP for a little over 10 years. I have been told that Frameworks are really good and I should look at it and I want to take the step for a...
View Article