Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Problems with Unit Testing - HTTP Feature Testing - CI4
Post: RE: Problems with Unit Testing - HTTP Feature Test...

ciadmin Wrote: (02-08-2019, 10:35 AM) -- Ah - I see the contradiction. I think the testing writeup is incorrect. The tests/ folder just isolates test code from "real" code. I will experiment, & adjus...
4,885 Views
4 Replies
02-15-2019, 08:30 AM
CiUser
    Thread: Problems with Unit Testing - HTTP Feature Testing - CI4
Post: RE: Problems with Unit Testing - HTTP Feature Test...

ciadmin Wrote: (02-08-2019, 08:53 AM) -- Your testcase should be in the App namespace. Not sure if that will solve the problem, but it's a start. -- Okay, but, in documentation (https://codeigniter4...
4,885 Views
4 Replies
02-08-2019, 10:06 AM
CiUser
    Thread: Problems with Unit Testing - HTTP Feature Testing - CI4
Post: Problems with Unit Testing - HTTP Feature Testing ...

Hello, i'm trying to make a simple test using 'HTTP Feature testing' as described in Documentation (https://codeigniter4.github.io/userguide/testing/feature.html). But, after hours of trying I couldn'...
4,885 Views
4 Replies
02-07-2019, 10:21 AM
CiUser
    Thread: Informix not escape column and table name
Post: Informix not escape column and table name

Hi all, Is there any way to avoid escaping column and table names in Informix driver? For example, if I make an insert call with this params: PHP Code: -- $values = array(  "field_1" => "value_1",...
1,770 Views
0 Replies
04-16-2018, 12:42 PM
CiUser
    Thread: Developer Toolbar for CodeIgniter 3.0
Post: RE: Developer Toolbar for CodeIgniter 3.0

Hi jcsma! Is there any way to view de Toolbar as looks this pic https://raw.githubusercontent.com/JCSama/CodeIgniter-develbar/gh-pages/images/Screen-Shot-develbar-profiler.png?? Now I see it as it lo...
29,111 Views
18 Replies
05-14-2017, 07:25 AM
CiUser
    Thread: Extending CI_Session_files_driver
Post: RE: Extending CI_Session_files_driver

I could resolve the problem. I created a class at /application/libraries/Session/MY_Session.php extendig from CI_Session and added my own methods on it and works fine. Thanks all for your help!
8,918 Views
0 Replies
03-28-2015, 07:11 AM
CiUser
    Thread: Extending CI_Session_files_driver
Post: RE: Extending CI_Session_files_driver

Cool, will try!
8,918 Views
0 Replies
03-26-2015, 01:19 PM
CiUser
    Thread: Extending CI_Session_files_driver
Post: RE: Extending CI_Session_files_driver

But, CI_Session is abstract and if I extend from this I'd need to implement all its abstract method. This is not my aim
8,918 Views
0 Replies
03-26-2015, 10:26 AM
CiUser
    Thread: Extending CI_Session_files_driver
Post: Extending CI_Session_files_driver

Hello, I'd need to extend CI_Session_files_driver class in order to add my own method. Example: PHP Code: -- class MY_Session_files_driver extends CI_Session_files_driver { public function...
8,918 Views
0 Replies
03-25-2015, 02:21 PM
CiUser
    Thread: File Manager
Post: RE: File Manager

Rufnex Wrote: (12-11-2014, 03:43 PM) -- I use this one in some projects http://kcfinder.sunhater.com/ -- Thanks Rufnex!
12,304 Views
0 Replies
12-26-2014, 09:17 AM
CiUser
    Thread: Active Record - Where filter with same keys
Post: Active Record - Where filter with same keys

Hi team, I'm having an issue when trying to build a where filter with same keys. Example PHP Code: -- $where = array( "state " => "foo", "state " => "bar", ); -- In the example the...
6,445 Views
0 Replies
12-26-2014, 09:15 AM
CiUser
    Thread: File Manager
Post: RE: File Manager

Hobbes Wrote: (12-05-2014, 10:16 AM) -- try elfinder, it is what i use for ci2.2 and ci3 http://elfinder.org/ here is some info on intigrating with CI: https://github.com/Studio-42/elFinder/...
12,304 Views
0 Replies
12-05-2014, 10:21 AM
CiUser
  Photo Thread: File Manager
Post: File Manager

Hello! Does anyone knows any suitable file/multimedia manager for Code Igniter 2.x? If it's free would be better. Thanks!
12,304 Views
0 Replies
12-05-2014, 10:10 AM
CiUser

Theme © iAndrew 2016 - Forum software by © MyBB