CodeIgniter and AJAX
Hi ! I am noob in Code Igniter , i am studying a course of development web in my school. I need good examples of Code Igniter with Ajax that can practice and learn for future exam. Thank you !
View ArticleUsing CI3 to push to a Github repo
Does anyone know how to push commits to a Github repo from inside CodeIgniter? I have an upload form and once the file is uploaded I want to trigger: git add -A git commit -m "some message" git push...
View ArticleForm Validation Callback Executing First
Hello, I have been using both CI v2.x.x and v3.x.x with wiredesignz HMVC plug-in with very few issues that could not have its own work around. There is one strange one, which I have yet to figure out,...
View Articletastyigniter help
Hi I am building a online food ordering website and found tastyigniter and is perfect for what I need but I understand it is built using codeigniter but I don't know much about codeigniter so just...
View ArticleNative PHP installers
Hi, I just wanted to ask this question again, but what do people think about native PHP installers - as I'm thinking of doing away with my installer, (it doesn't really work as it is not native PHP)....
View ArticleSonicWall Firewall + No Experience = PITA
Yesterday I had an old Sonicwall TZ200 firewall handed to me. I'm supposed to figure this thing out, but I've never had experience with a firewall like this, and don't know enough about networks in...
View ArticleWebP image support
More and more images online are using the the webp image format but Codeigniter 3.x is still not recognizing it as an image. https://developers.google.com/speed/webp/ The file upload seems to check png...
View ArticleDelete row if key code is there for more than 15 min
I have a database table which has a column called code. I would like to know using codeigniter active record if any row that has a code still present for more that 15 min then it will delete that row....
View ArticleShould I be doing this for form validation?
When I first started using CI I basically read a bunch of tutorials online. One of these tutorials (I can't remember which), had form validation rules defined in the model, which I liked because it was...
View ArticleClarity on Session Code
What does this line of code imply: ($this->session->userdata('is_user_login')==TRUE)?'4':'4' Thanks in advance
View ArticleCommunity Auth - User Creation Error(s) after install
All, I just installed Community Auth and when going to http://localhost/.../index.php/examples/create_user I get: User Creation Error(s) Username already in use. Email address already in use. Also...
View ArticleCanonical Tag set
Hi guys, I'm starting my 1st thread about where I have to add canonical tag in my site. I want to set Canonical Tag dynamically, but I don't know how to create the code/links and where I have to put!!!...
View ArticleRestructuring/code clean up
OK so you got some code and it works pretty nicely except, it is all sort of over the place and not really organised. You want to structure it in a way that is organised because it is something...
View ArticleCommunity_auth incorrect URL
Hi, I've just installed community Auth. Testing the examples, it mostly works. Created new user just fine, however when attempting to login it is providing a 404 on...
View ArticleStoring multidimensional array in session variable
Hi, I want to store multidimensional array in session variable, In my method I store 3 dimensional array $this->session->set_userdata('shopping_cart', $cart); in this way, and after this line...
View Articleuser wallet
Hi Is any plugin available for user wallet.? can anybody suggest me where can i get or purchase?
View ArticleA PHP Error Severity: Notice Message: session_write_close(): Skipping numeric...
I upgraded from codeigniter 2.21 to 3.1.3 and getting this error message
View Article[split] Can't access site
Hi,i'm from Iran. don't have access to the site(codeigniter.com). ERR_CONNECTION_TIMED_OUT Please help؟
View ArticleTwig help or hindrance
What do you guys think of twig/ template libraries? Are they a help or hindrance to you workflow? The reason I ask is because I'm working on a CMS and getting to a point where I might need to use PHP...
View ArticleSet variable on $this->input->post() function
Hi, I want to set array of data on $this->input->post() like $_POST variable.How can i do this??
View Article