Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Dynamisation de la communauté francophone
Post: RE: Dynamisation de la communauté francophone

Bonjour à tous, Très bonne idée que de donner un coup de boost à la communauté FR.
10,543 Views
5 Replies
11-06-2015, 02:05 AM
aurelien
    Thread: CodeIgniter - French Community
Post: RE: CodeIgniter - French Community

Il y en avait un ? ^^
64,440 Views
47 Replies
04-17-2015, 02:59 AM
aurelien
    Thread: Make a dynamic uri segment
Post: RE: Make a dynamic uri segment

Hi, you can do it if you change the URL like this : http://mysite/home/username PHP Code: -- /* CONTROLLER HOME.PHP */
3,298 Views
2 Replies
04-17-2015, 02:55 AM
aurelien
    Thread: Pagination with problem
Post: RE: Pagination with problem

Cool :)
6,233 Views
4 Replies
04-14-2015, 02:28 PM
aurelien
    Thread: Pagination with problem
Post: RE: Pagination with problem

Hi, Try this url : http://localhost/my_program/index.php/page/2 If it works you need to use an .htaccess to remove the index.php from the url.
6,233 Views
4 Replies
04-14-2015, 09:53 AM
aurelien
    Thread: CodeIgniter - French Community
Post: RE: CodeIgniter - French Community

Andrew Wrote: (04-04-2015, 06:49 PM) -- Bonjour à tous, j'ai justement un problème avec les sessions depuis que j'ai migrer de la 2.2.1 à la 3. Les sessions que je définis dans un contrôleur x so...
64,440 Views
47 Replies
04-07-2015, 04:03 AM
aurelien
    Thread: CodeIgniter - French Community
Post: RE: CodeIgniter - French Community

La v3.0.0 fonctionne nikel, mais j'ai pas encore testé les sessions.
64,440 Views
47 Replies
04-01-2015, 02:32 AM
aurelien
    Thread: The problem with the transmission of the value of the variable in the model
Post: RE: The problem with the transmission of the value...

Hi, I dont know... everything seems to be OK... Try : - Call the model directly whithout variables : ...->pobierz_gdzie( 'wolontariusze', array ( 'sekcja' => 'GAMEROOM' ), 'LIDER GAMEROOM' ); ...
3,936 Views
0 Replies
02-26-2015, 09:21 AM
aurelien
    Thread: URL problem
Post: RE: URL problem

Hi, I think you should be remove "index.php" from the ::$config['base_url'].
13,091 Views
0 Replies
02-26-2015, 06:18 AM
aurelien
    Thread: Mysql get values from table with join (or and) ?
Post: RE: Mysql get values from table with join (or and)...

Hi, Try this (if i understood you correctly) // Query for b1 SELECT * FROM messages m1 JOIN buddies b on b.b1=m1.userid and status=1 // Query for b2 SELECT * FROM messages m2 JOIN buddies b...
5,616 Views
0 Replies
02-26-2015, 04:46 AM
aurelien
    Thread: Cross Join
Post: RE: Cross Join

Hi, Be careful, a CROSS JOIN returns all rows without filter (immun rows * immun_master rows * children). Agree with Rufnex.
6,969 Views
0 Replies
02-25-2015, 11:27 AM
aurelien
    Thread: CodeIgniter - French Community
Post: CodeIgniter - French Community

Salut les amis ! Je me permet d'ouvrir le topic afin de pouvoir échanger dans notre belle langue  :D A très vite
64,440 Views
47 Replies
02-18-2015, 09:19 AM
aurelien
    Thread: How to make sortable table links Tip
Post: RE: How to make sortable table links Tip

Hi, nice job. You should watch : DataTables (http://www.datatables.net/) I use it all time, very easy and powerful ! => Exemple whit bootstrap (http://www.datatables.net/examples/styling/boot...
9,021 Views
0 Replies
02-18-2015, 09:09 AM
aurelien
    Thread: Model and Form
Post: Model and Form

Hello, I'm new user of MVC and I have a few questions regarding Models. If you read this tutorial (http://www.codeigniter.com/userguide3/tutorial/create_news_items.html) you can see Model PHP Code...
27,538 Views
0 Replies
11-20-2014, 03:24 AM
aurelien

Theme © iAndrew 2016 - Forum software by © MyBB