Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: [split] object_to_array ... (CodeIgniter 3.1.3 Released)
Post: RE: CodeIgniter 3.1.3 Released

Getting following error after upgrading from 3.1.2 to 3.1.3 Code: -- ( ! ) Fatal error: Call to undefined method MY_Loader::_ci_object_to_array() in C:\xampp\htdocs\pothdekhun\application\third_...
15,275 Views
7 Replies
01-10-2017, 06:16 AM
rejoan
    Thread: CodeIgniter Bengali Community
Post: RE: CodeIgniter Bengali Community

Hello everyone, I have written a bunch of Bengali tutorials on CodeIgniter 3. Hope it will help. More advanced tutorials will be added soon. Thanks http://www.webcoachbd.com/codeigniter
12,780 Views
0 Replies
06-11-2015, 01:55 AM
rejoan
    Thread: valid_url rule not working
Post: RE: valid_url rule not working

In fact i need a rules which will return true only when find URL like these "google.com", "www.google.com", "http://google.com" etc but return false when not a valid a web address
15,604 Views
6 Replies
05-20-2015, 11:41 PM
rejoan
    Thread: captcha helper issue on live server
Post: RE: captcha helper issue on live server

PROBLEM SOLVED. Filename should have "ALGER.TTF" but i used "ALGER.ttf"
6,615 Views
3 Replies
05-20-2015, 04:46 AM
rejoan
    Thread: captcha helper issue on live server
Post: RE: captcha helper issue on live server

gadelat Wrote: (05-20-2015, 04:16 AM) -- are file permissions correctly set? -- file permission even directory 0777
6,615 Views
3 Replies
05-20-2015, 04:24 AM
rejoan
    Thread: captcha helper issue on live server
Post: captcha helper issue on live server

Hi, Captcha Helper "font_path" not working on live server. In line number 195 at captcha_helper.php file_exists($font_path) used in if condition. This function always returning "FALSE" on live ser...
6,615 Views
3 Replies
05-20-2015, 03:58 AM
rejoan
    Thread: valid_url rule not working
Post: RE: valid_url rule not working

any string treating as valid. "test","spinytel", "rejoan" all are tested. returning true & form submitting
15,604 Views
6 Replies
05-19-2015, 03:33 AM
rejoan
    Thread: valid_url rule not working
Post: valid_url rule not working

form validation rule "valid_url" not working as expected. here is my code PHP Code: -- $this->form_validation->set_rules('website', 'Website', 'required|valid_url'); -- this rule returning true fo...
15,604 Views
6 Replies
05-19-2015, 03:09 AM
rejoan
    Thread: add UNIQUE KEY in any column
Post: RE: add UNIQUE KEY in any column

Got it, $fields = array( 'email' => array( 'auto_increment' => TRUE, 'unique' => TRUE ), .....
3,903 Views
1 Replies
04-26-2015, 02:44 AM
rejoan
    Thread: add UNIQUE KEY in any column
Post: add UNIQUE KEY in any column

Hi, How can i add a unique key to a column? $this->dbforge->add_key() only able to do add primary key. I there are any way to add unique, full-text etc key? Thanks
3,903 Views
1 Replies
04-26-2015, 02:41 AM
rejoan
    Thread: Switch database based on parameter
Post: RE: Switch database based on parameter

not helped. Solution is change database.php as follow PHP Code: -- if (isset($_GET['cfg'])) { $efg = (int) $_GET['cfg']; } else { $efg = 1; } $dbh = new PDO('mysql:host=localhost;dbname=cha...
18,157 Views
5 Replies
04-22-2015, 12:56 AM
rejoan
    Thread: result() vs. result_array() ?
Post: RE: result() vs. result_array() ?

Use result_array() for better performance. Array is faster than object. I benchmarked two method and got result() execution time is bigger than result_array()
42,704 Views
14 Replies
04-21-2015, 12:45 AM
rejoan
    Thread: Switch database based on parameter
Post: Switch database based on parameter

Hi, I need to change database.php configuration based on any parameter in controller. Every time parameter change will change the database name,pass etc. Is is possible?
18,157 Views
5 Replies
04-21-2015, 12:40 AM
rejoan
    Thread: unlink() function not working locally windows env
Post: RE: unlink() function not working locally windows ...

Narf Wrote: (04-19-2015, 03:28 AM) -- Is that on Windows 8? -- No windows 7 and any browser. @Narf Please work on this issue. More clues on this issue * After several time logout its works finally. ...
7,244 Views
4 Replies
04-19-2015, 03:45 AM
rejoan
    Thread: unlink() function not working locally windows env
Post: RE: unlink() function not working locally windows ...

ciadmin Wrote: (04-18-2015, 10:15 AM) -- The screenshot shows "permission denied". This happens if the user you are running your server as does not have permission to delete files from the folder you...
7,244 Views
4 Replies
04-18-2015, 11:40 PM
rejoan
    Thread: unlink() function not working locally windows env
Post: unlink() function not working locally windows env

Hi, I am using CI3 and session driver is "file". Every time when I want to logout then following error showing. Please see attachment. This is happening only when I work on windows environment(XAMPP) ...
7,244 Views
4 Replies
04-18-2015, 08:07 AM
rejoan
    Thread: add code generate tool
Post: RE: add code generate tool

bw.balazs Wrote: (04-09-2015, 02:58 PM) -- You could easily handle this using snippets for example in Sublime Text. But I agree that it would be cool if we have a cli command like 'codeigniter gener...
15,963 Views
9 Replies
04-10-2015, 11:07 PM
rejoan
    Thread: Project Update - April 9, 2015
Post: RE: Project Update - April 9, 2015

Go ahead CI.
39,968 Views
13 Replies
04-10-2015, 10:53 PM
rejoan
    Thread: add code generate tool
Post: add code generate tool

Hi, CI should add code (application skeleton) generate tool like zend or cakephp Console. Every time create and put default code in controller/view is annoying. Hope Ci authority take this issue s...
15,963 Views
9 Replies
04-09-2015, 01:54 AM
rejoan
    Thread: CodeIgniter 3.0
Post: RE: CodeIgniter 3.0

Please provide changelog from RC3
261,850 Views
95 Replies
03-30-2015, 11:08 PM
rejoan

Theme © iAndrew 2016 - Forum software by © MyBB