Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Sparks in 3.0 and/or migration?
Post: RE: Sparks in 3.0 and/or migration?

What would I migrate a spark too, a library?
9,865 Views
7 Replies
08-18-2015, 01:02 PM
msteudel
    Thread: Sparks in 3.0 and/or migration?
Post: RE: Sparks in 3.0 and/or migration?

solidcodes Wrote: (08-18-2015, 02:23 AM) -- I think 3.0 is not optimized for sparks. It is optimized for composer. -- Optimized meaning ... it doesn't work? Or that it's really fast?
9,865 Views
7 Replies
08-18-2015, 08:51 AM
msteudel
    Thread: Sparks in 3.0 and/or migration?
Post: Sparks in 3.0 and/or migration?

I'm migrating a project from 2.1.3 to 3. I'm noticing that sparks aren't working. Are they supported in CI 3? If not any suggestions,documentation on how to migrate them? Thanks
9,865 Views
7 Replies
08-17-2015, 10:36 PM
msteudel
    Thread: Changing extension from .php
Post: RE: Changing extension from .php

This is from the documentation: The EXT constant Usage of the EXT constant has been deprecated since dropping support for PHP 4. There’s no longer a need to maintain different filename extensions ...
13,646 Views
7 Replies
08-03-2015, 11:08 PM
msteudel
    Thread: Firebird blob insert
Post: RE: Firebird blob insert

Have you seen this: http://www.firebirdfaq.org/faq122/
5,607 Views
2 Replies
08-03-2015, 11:04 PM
msteudel
    Thread: Reccuring days
Post: RE: Reccuring days

How would you do it without codeigniter? Once you tell us that, then we can show you how to do it in codeigniter ...
3,410 Views
2 Replies
08-03-2015, 11:02 PM
msteudel
    Thread: How to implement Access Control List?
Post: RE: How to implement Access Control List?

If a client can only belong to one specialist, then you'll want to add a specialist_id to the clients table. If a client can belong to multiple specialists, then you'll want a mapping table: cl...
2,481 Views
1 Replies
08-03-2015, 10:59 PM
msteudel
    Thread: Adding text to record field
Post: RE: Adding text to record field

Some things to try: PHP Code: -- $DeclineList = $this->AdminServices_model->DeclineList(); $DeclineList = array_push( $DeclineList , $UserID->id ); -- To: PHP Code: -- $DeclineList = $this-...
2,468 Views
1 Replies
08-03-2015, 10:51 PM
msteudel
    Thread: how to create backup database
Post: RE: how to create backup database

What version of codeigniter are you using? My pdo_utility.php file doesn't even have 97 lines of code in it.
6,290 Views
3 Replies
08-03-2015, 10:33 PM
msteudel
    Thread: Unable to connect to your database server using the provided settings.
Post: RE: Unable to connect to your database server usin...

Something you might try is to test that the host name is actually correct. If you have access to telnet, you can do % telnet hostname 3306 Some hosting providers have you use localhost, and some ...
13,387 Views
2 Replies
07-28-2015, 09:34 PM
msteudel
    Thread: Undefined variable: mimes
Post: RE: Undefined variable: mimes

slax0r Wrote: (11-27-2014, 12:02 PM) -- Are you sure updated correctly? The core/Output.php constructor is a little bit different than the one you posted here: https://github.com/bcit-ci/CodeIgnite...
11,806 Views
0 Replies
05-12-2015, 04:21 PM
msteudel

Theme © iAndrew 2016 - Forum software by © MyBB