Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Developer Toolbar for CodeIgniter 3.0
Post: RE: Developer Toolbar for CodeIgniter 3.0

ajax request don't seam to work after adding this ..... Is there a problem or its just me ...
28,577 Views
18 Replies
05-21-2015, 01:36 AM
GrigoreMihai
    Thread: Introdcution
Post: RE: Introdcution

welcome
4,119 Views
1 Replies
05-20-2015, 11:19 PM
GrigoreMihai
    Thread: CodeIgniter project localhost to live server transfer
Post: RE: CodeIgniter project localhost to live server t...

Try thisĀ  normal structure : Code: -- application assets system .htaccess index.php -- .htaccess Code: -- RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d R...
63,607 Views
10 Replies
05-08-2015, 01:28 AM
GrigoreMihai
    Thread: I want to know best practice about CI3 security.
Post: RE: I want to know best practice about CI3 securit...

davidgv88 Wrote: (05-06-2015, 04:03 AM) -- Hi Vimal. Look this: http://www.codeigniter.com/user_guide/general/security.html Always use $this->input->post('value',TRUE); The TRUE is important...
8,287 Views
4 Replies
05-06-2015, 06:15 AM
GrigoreMihai
    Thread: SprintPHP - CodeIgniter Supercharged
Post: RE: SprintPHP - CodeIgniter Supercharged

Very nice work. GJ. For me this is how CI3 needs to be ( just on opinion ).
79,070 Views
0 Replies
05-01-2015, 05:27 AM
GrigoreMihai
    Thread: Practical CodeIgniter 3 - A new book coming soon
Post: RE: Practical CodeIgniter 3 - A new book coming so...

Great work .. will purchase when it comes out.
90,718 Views
44 Replies
04-27-2015, 03:36 AM
GrigoreMihai
    Thread: CodeIgniter4, The Vision
Post: RE: CodeIgniter4, The Vision

I think it will be a good idea to add to Important Threads or a new section the futures that will be implemented in CI 4 for all the community to see them. When the time comes of course.
21,266 Views
7 Replies
04-20-2015, 12:11 AM
GrigoreMihai
    Thread: Upgrading to 3 from... 1.7.1 :(
Post: RE: Upgrading to 3 from... 1.7.1 :(

I don't think you will be able to find something like that ... the way i will do it is to go true all the documentations to get a feel to what was changed .... use programs like Beyond Compare 4 to co...
6,828 Views
4 Replies
04-08-2015, 01:32 AM
GrigoreMihai
    Thread: What version of Apache is required ?
Post: RE: What version of Apache is required ?

Try : Code: -- RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule .* index.php?/$0 [PT,L] -- and in config : Code: -- $config['base_url'] = '...
5,750 Views
4 Replies
04-03-2015, 07:06 AM
GrigoreMihai
    Thread: CodeIgniter 3.0
Post: RE: CodeIgniter 3.0

Good Job to the team and to CI community !!
259,756 Views
95 Replies
04-01-2015, 06:55 AM
GrigoreMihai
    Thread: Best Template Engine
Post: Best Template Engine

I wanted to ask what template engine ( if any ) you guys use for CI. I'm looking for something that can help me with : 1. Change
3,570 Views
0 Replies
03-30-2015, 04:00 AM
GrigoreMihai
    Thread: Codeigniter - get only 1 row from table
Post: RE: Codeigniter - get only 1 row from table

Thanks .... works perfect ... forgot about is_null and isset ....
26,758 Views
0 Replies
03-22-2015, 11:38 PM
GrigoreMihai
    Thread: Codeigniter - get only 1 row from table
Post: RE: Codeigniter - get only 1 row from table

suhindra Wrote: (03-20-2015, 03:07 AM) -- In your controller add code like this PHP Code: -- public function view($id) { $data['row_item'] = $this->your_model->getRow('id', 'table'); if (empty(...
26,758 Views
0 Replies
03-20-2015, 03:13 AM
GrigoreMihai
    Thread: Codeigniter - get only 1 row from table
Post: Codeigniter - get only 1 row from table

I know this is a noob question but atm I can't figure out what i'm doing wrong. I have model : PHP Code: -- public function getRow($id, $table) { $data = NULL; $this->db->select() ->from($ta...
26,758 Views
0 Replies
03-20-2015, 02:03 AM
GrigoreMihai
    Thread: CodeIgniter Vision
Post: RE: CodeIgniter Vision

GeorgeD Wrote: (10-23-2014, 05:53 AM) -- We should also focus on tutorials. Laracasts.com is a great website, and I think is one of the reasone why laravel is popular. CodeIgniter should have a ded...
64,207 Views
0 Replies
03-19-2015, 08:17 AM
GrigoreMihai
    Thread: Best PHP Framework 2015 Survey
Post: RE: Best PHP Framework 2015 Survey

Nice. Did my part :D
31,040 Views
0 Replies
03-19-2015, 08:00 AM
GrigoreMihai
    Thread: CI + ajax
Post: CI + ajax

I wanted to ask if is possible to call a modal and get a value from a ajax get request. Trying to do this gives me a 500 Internal Server Error. Thanks.
5,303 Views
0 Replies
03-12-2015, 06:05 AM
GrigoreMihai
    Thread: Code Beautify Codeigniter
Post: RE: Code Beautify Codeigniter

didi01 Wrote: (03-11-2015, 07:16 AM) -- Hi, for Sulime please try this. https://github.com/akalongman/sublimetext-codeformatter You can install it with the internal Package Manager. Regards ...
9,331 Views
0 Replies
03-11-2015, 07:56 AM
GrigoreMihai
    Thread: Code Beautify Codeigniter
Post: RE: Code Beautify Codeigniter

I'm using sublime and was not able to find a good one that is way i ask if ppl use this ...
9,331 Views
0 Replies
03-11-2015, 06:20 AM
GrigoreMihai
    Thread: Code Beautify Codeigniter
Post: Code Beautify Codeigniter

I wanted to ask if someone uses online code beautify for codeigniter and from what site. Thanks
9,331 Views
0 Replies
03-11-2015, 05:30 AM
GrigoreMihai

Theme © iAndrew 2016 - Forum software by © MyBB