Autoload of Session library
I am autoloading database and session libraries in autoload.php $autoload['libraries'] = array('database', 'session'); in autoload.php The models and other controllers that I am loading in...
View ArticleTentang MVC
Selamat siang, saya ingin bertanya tentang controller, apakah 1 file controller bisa menhandle semua halaman web? maaf saya pengguna baru. terima kasih.
View ArticleEmpty PDF files in emails after update to 3.1.0
Hi everyone After I have updated CodeIgniter from 3.0.6 to 3.1.0, because of the RSET and timeout fixes of the SMTP connections and suddenly have another problem at hand. When I attach a PDF file to an...
View Articleconditional set_value()
Hi, CI 3x I have a form that submits, then sends the user back to the same form and repopulates the fields if they click a checkbox to "send another after submit"... All is working fine, the form is...
View ArticleCI 3 formv alidation error
code3.png (Size: 75.66 KB / Downloads: 17) code3.png (Size: 75.66 KB / Downloads: 17) code2.png (Size: 119.34 KB / Downloads: 6) code.png (Size: 110.36 KB / Downloads: 5) Hello The following...
View ArticleCannot use object of type stdClass as array
Hello, How to fix this error message? Can you help? Fatal error: Cannot use object of type stdClass as array in C:\Program...
View ArticleCall to a member function result_array() on boolean
Hello, I am having problem with this error message. Can anyone help me fix this error message? Fatal error: Call to a member function result_array() on boolean in C:\Program...
View ArticleLib or helper for Bootstrap forms
is there any lib or helper to create forms with bootstrap wich do: - works with ci - collect all nessesary js and css per bootstrap form element by its self and put to html output - no div tags -...
View ArticleSimply add field an existing form how to please
I had a little app dumped on me that was created using Codeignighter. After I got the App working on the server they tell me "This was just a proof of concept now we need it jump through hoops o-flame...
View ArticleHaving lots if insert into database for thread analytics
I have a thread analytics table where each time a new user visits a page it insert the ip address and also a view of "1" and the thread id If there are over a 1000 rows for each thread does it slow...
View ArticleI search lib like ion_auth for postgresql
Hello, If there is some library like ion_auth for codeigniter 3.1 and postgresql 9.x ? Thanks!
View ArticleCodeIgniter with Multiple Sites
Hello is anyone help me for multiple website in CI, using 1 CI installation, domain and sub-domains with same db.
View Articlev1.7.2
Can anyone help me find an old download of v1.7.2? I've got an old system that needs help. Haven't been able to find it on any of the repositories. Thank You
View ArticleCan't load controller function, codeigniter 3.x
I'm having some issues trying to load a function from a JS in a view page. It works with others view page, but for some reason this one called sistemas_aplicaciones doesn't work, it can't find the...
View Article[JQUERY][BOOTSTRAP] jquery UI autocomplete
CI 3.1.0 PHP 5.6.24 (cli) Hi, I'm using jquery's autocomplete, but getting a request showing up as: http://<domain>.com/events/getorganizers?term=theterm That is pretty close, but in order for...
View Articlewordpress and codeigniter
Hi, CI framework can support WP? My landing page i use CI framwork and Bootsrap this is my exp link Code: http://mysite.com for wordpress i want become Code: /about/ if I mix it will be like this Code:...
View ArticleBootstrap & Codeigniter Pagination
Hello. When I am on my first pagination Code: 1 2 >> My code hides the < before 1 I would like to be able to keep both showing << >> visible when I am going through the...
View ArticleUnit testing best practices
I am aware of: https://www.codeigniter.com/userguide3/libraries/unit_testing.html However, my question is what are the best practices in CI for unit testing? Should I have test methods in my...
View Article1024 bit Diffie-Hellman key exchanges may be compromised.
Read this article: Quote: http://arstechnica.com/security/2016...f-crypto-keys/ The use of 1024 bit prime number keys in Diffie-Hellman key exchanges can be compromised, making solving the key pair...
View ArticleViews/Rendering Variable Issues?
I have a project that will be built on CI4 and I have some time to play around with it today for giggles. I'm loosely following the Static Pages Tut and have noticed there's issues (for me) passing...
View Article