Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: How to concatenate and minify JS files
Post: RE: How to concatenate and minify JS files

Hi, You can use to minifi js https://github.com/tedious/JShrink You can simply concatenate minified js strings in PHP and save them to js file.
6,801 Views
5 Replies
02-02-2017, 05:21 AM
mario
    Thread: Cache js or css files
Post: RE: Cache js or css files

To minimize CSS https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port To minimize JS https://github.com/tedious/JShrink If you have errors in merged and minimized js file add semicolon ; on the...
20,177 Views
10 Replies
08-17-2016, 10:39 PM
mario
    Thread: Cache js or css files
Post: RE: Cache js or css files

Merge all CSS then minimize and save in one file. Do the same with JS files. Js file should be before the tag.
20,177 Views
10 Replies
08-17-2016, 10:23 PM
mario
    Thread: Form helper set_radio and set_checkbox after update to CI 3.04
Post: RE: Form helper set_radio and set_checkbox after u...

I found that functions: set_checkbox() and set_radio()in form_helper has strange condition which cause many problems. Applications which works fine after update in form_helper not selecting checkbox a...
5,943 Views
5 Replies
04-29-2016, 04:50 AM
mario
    Thread: Form helper set_radio and set_checkbox after update to CI 3.04
Post: RE: Form helper set_radio and set_checkbox after u...

I just want to tell community that something goes wrong in 3.04 with set_checkbox(), set_radio(). Maybe I write to much and not to clear :-) Thanks for patch :-)
5,943 Views
5 Replies
01-28-2016, 04:48 PM
mario
    Thread: Form helper set_radio and set_checkbox after update to CI 3.04
Post: RE: Form helper set_radio and set_checkbox after u...

In changelog there is information about bug fix set_checkbox(), set_radio() not about this that functions working different. Bug fix should fix a bug and don't change standard function results. If re...
5,943 Views
5 Replies
01-28-2016, 02:12 PM
mario
    Thread: Form helper set_radio and set_checkbox after update to CI 3.04
Post: Form helper set_radio and set_checkbox after updat...

Hi, I updated my project from Ci 3.03 to 3.04. After that form helper set_radio() and set checkbox() works different way so it break my forms. Anybody notices also issue with set_radio() and se...
5,943 Views
5 Replies
01-28-2016, 07:31 AM
mario
    Thread: url routing, friendly url
Post: RE: url routing, friendly url

It depends what you want to do in your application and what seofriedly you want. Slug can be like 'animals-african-elephant' and this way you can use $segment = $this->uri->segment(1) but if you wa...
7,464 Views
5 Replies
10-26-2015, 12:53 AM
mario
    Thread: url routing, friendly url
Post: RE: url routing, friendly url

Try this: $route['default_controller'] = 'web'; $route['404_override'] = ''; $route['translate_uri_dashes'] = FALSE; //everything goes to web/index besides dashboard, another_controller etc $...
7,464 Views
5 Replies
10-23-2015, 04:41 AM
mario
    Thread: ionCube and Codeigniter
Post: RE: ionCube and Codeigniter

Generally I agree but what if somebody copy your code and wait until some company break new ioncube 9 or zend guard?
24,186 Views
14 Replies
06-09-2015, 10:36 PM
mario
    Thread: ionCube and Codeigniter
Post: RE: ionCube and Codeigniter

Search in google "decode ioncube"
24,186 Views
14 Replies
06-08-2015, 10:46 PM
mario

Theme © iAndrew 2016 - Forum software by © MyBB