how to write 2 or more text watermark using image_lib ?
hello Am using image_lib and it works very nice -------------- $config['source_image'] = getcwd().'/upload/photo.jpg'; $config['wm_text'] = "text 1"; $config['wm_type'] = 'text';...
View Articlesession is being expired autometically
Hello Guys, One of my codeigniter Application is not working properly on the server but it's working on my localhost and also working on another VPS server. But not working on my cPanel hosting. I use...
View ArticlePassing GET value show error
hi , sorry for english : i make a script to simulate a agenda , passing a data to a controller agenda/visualizza_settimana/day_of_week as (Y:m:d) show the week . Now i want search a data by a field...
View ArticleDelete multiple rows using checkbox
Hi, i would like delete multiple rows using checkbox. Please, someone can help me? Thanks. View: Code: <table class="uk-table uk-table-striped"> <thead> <tr>...
View Articlecodignaiter project error on live server
i am upload a codignaiter project to live server. the home page is loading correctly but all other pages not loading the error in error log is [24-Sep-2017 17:46:33 UTC] PHP Warning: PHP Startup:...
View ArticleConfirm Form Resubmission Err Cache Miss
Hello I am getting the problem when trying to visit website youtube. Confirm Form Resubmission This webpage requires data that you entered earlier in order to be properly displayed. You can send this...
View ArticleGoogle Chrome Moving to all HTTPS
HEADS UP: The new version of Google Chrome is now throwing warning on forms if they are not accessed using HTTPS. From their documents they are going to be moving to strictly HTTPS in the future.
View ArticleWhat about a Country helper class.
Just one thought, Wouldn't it be helpful to have a country helper class? Just as we already have a language class. Why? Well for the following reasons: Internationalization is not only a language issue...
View ArticleIs CI FP friendly?
Hi I'm thinking to write a simple CMS using CI and FP style. I think it's a good way for me to learn more about FP. But, I would like to hear from the expert ones about using functional programming...
View ArticleAdd custom class to events in codeigniter
Hi, I am using codeigniter calendar library. I am trying to add a custom class to only the days that have a event. I tried this PHP Code: {cal_cell_start_today}<td...
View ArticleWhat takes priority, System ENV or .env file?
Currently the .env file does NOT override the system environment. I agree and think I can argue for system environment variables having the last say (because it is useful when setting up an environment...
View ArticleWhat is the right way to use PDO directly in CodeIgniter 3?
I prefer to use PDO rather than codeigniter provided db class. i want to execute fetchAll(), prepare() statements which is not supported in db class provided by codeigniter If i want to use PDO...
View Articlepass many same values to model
Hello CI members i need your help. first get all records in date column and display in view, After submit all date data pass to controller, they will be stored as Unix format. i do't know how to...
View ArticleSubquery or Join
Hello I have 2 table that have relation both I try to get result from table 2 with 2 way: 1: select table1.name,table2.score from table2 join table1 on table1.username = table2.username 2: select...
View ArticleSession drivers
Hello There is multi driver for session (file,database and other) What is different between this driver?
View ArticleAllow memory size exhausted problem!
Hi all I have this dump message in apache error log as: PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 85 bytes) in...
View ArticleMy Personal Starter Project : CI3 + GC + Bootstrap3
I made this as my own starter project. It combines Codeigniter3 Bootstrap3 Tank Auth MY_Model by avenirer for non-GC operations Basic ACL with user groups, groups' access There is also a sample module...
View Article[split] Routes naming request
Could you please introduce routes naming feature for Codeigniter? If we have that feature we dont have to go through all the view files and change routes names. only we have to do is change it in...
View Articlerow_array question
I have this function in a model_ Code: function get_one($where_clauses) { return $this->db->get_where('recipes', $where_clauses)->row_array(); } If I, by mistake, pas in...
View Article