Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Simple query
Post: RE: Simple query

Thx guy, really appreciate.
1,580 Views
2 Replies
12-17-2020, 08:00 AM
cybersven
    Thread: Simple query
Post: Simple query

I'm starting with ci4, so I'm still learning. It's working like a charm, but I would like to get all the results without the getWhere and I can't find the solution. i've tried a lot of things but al...
1,580 Views
2 Replies
12-16-2020, 03:01 AM
cybersven
    Thread: how to get meta description dynamically
Post: RE: how to get meta description dynamically

PHP Code: -- $data['description'] = "Your description"; -- in your controller then in your layout : PHP Code: --
3,130 Views
5 Replies
12-10-2020, 08:30 AM
cybersven
    Thread: how to get meta description dynamically
Post: RE: how to get meta description dynamically

I would say like any other data..
3,130 Views
5 Replies
12-10-2020, 07:58 AM
cybersven
    Thread: SimpleAdmin - Boilerplate Ci4 Admin Dashboard
Post: RE: SimpleAdmin - Boilerplate Ci4 Admin Dashboard

Great I was looking for both, auth and admin dashboard. I would like to have a copy too and if I can help on your project it will be with pleasure :)
27,637 Views
14 Replies
12-04-2020, 04:02 AM
cybersven
    Thread: [CI4] Form validation with optional input
Post: [CI4] Form validation with optional input

Hi, I have a form with data validation. I have an optionnal input, with  a rule on it like 'min_length[3]' but if the user don't fill it, then the form will asked to enter at least 3 characters, h...
1,258 Views
1 Replies
09-24-2020, 01:48 AM
cybersven
    Thread: Introducing TastyIgniter - Open source Restaurant Ordering & Reservation System
Post: RE: Introducing TastyIgniter - Open source Restaur...

This is not under CI definitely...
65,579 Views
22 Replies
04-18-2020, 01:16 AM
cybersven
    Thread: MyFeverTracker
Post: RE: MyFeverTracker

When adding a "New dependant" if you put a date like dd/mm/YYYY you got an error 500
8,094 Views
5 Replies
04-18-2020, 01:01 AM
cybersven
    Thread: Routes with a variable
Post: Routes with a variable

Hi, Actually, I'm using routes like this : $route['property-sheet/(:num)'] = 'home/property-sheet/$1'; My question, I would like to use a variable which will be stored in db or automatically ...
3,122 Views
3 Replies
05-18-2019, 07:26 AM
cybersven
    Thread: Login library
Post: RE: Login library

+1 for IonAuth and very easy to use, you got a lot of examples and tutorials too.
8,918 Views
6 Replies
10-30-2017, 01:18 AM
cybersven
    Thread: Cannot delete from database
Post: RE: Cannot delete from database

Try like this (model) : $this->db->delete('posts', array('id' => $id));
14,720 Views
14 Replies
07-21-2017, 02:42 AM
cybersven
    Thread: 404 Page Not Found The page you requested was not found.
Post: RE: 404 Page Not Found The page you requested was...

What about the controller and routes ?
29,133 Views
11 Replies
07-21-2017, 02:35 AM
cybersven
    Thread: Filtering array values
Post: RE: Filtering array values

InsiteFX Wrote: (03-31-2017, 10:36 AM) -- order_by See the docs -- Order_by ? oO My rows are like : Code: -- id ... slide1 slide2 slide3 slide4 slide5 slide6 slide7 slide8 -- ...
5,325 Views
3 Replies
04-01-2017, 02:30 AM
cybersven
    Thread: Filtering array values
Post: Filtering array values

I have a model : PHP Code: --            public function biens_vente()            {                        $query = $this->db->select('')                        ->from('biens')             ...
5,325 Views
3 Replies
03-31-2017, 08:08 AM
cybersven
    Thread: Manage an empty query
Post: RE: Manage an empty query

Ok I answered myself, I've just modified the controller to test the result true or false and set the correct variables to pass...
4,675 Views
2 Replies
03-28-2017, 06:18 AM
cybersven
    Thread: Manage an empty query
Post: Manage an empty query

Hi, I got a model : PHP Code: --            public function biens_location()            {                        $query = $this->db->select('')                        ->from('biens')  ...
4,675 Views
2 Replies
03-28-2017, 04:03 AM
cybersven
    Thread: Error on trying to join tables
Post: RE: Error on trying to join tables

That's what I've done but I was writing : $this->db... $this->db... probably something wrong in the code, but now with your code it's working. thx u and I read the doc ^^ P.S. : I thing I ...
3,601 Views
3 Replies
03-09-2017, 05:53 AM
cybersven
    Thread: Error on trying to join tables
Post: Error on trying to join tables

Hi all, Need help, I've tried a lot of things but it doesn't work. An image is better to understand, here my two tables http://www.hostingpics.net/viewer.php?id=545640Capturedecran20170309a121741...
3,601 Views
3 Replies
03-09-2017, 04:32 AM
cybersven
    Thread: Using Hooks
Post: RE: Using Hooks

Sorry as this was my first post and it was moderate, I could not reply earlier, I ended up solving my problem, the MY_Controller was in wrong place  :D. Thx for your replies, I've understood how it w...
4,293 Views
3 Replies
01-26-2017, 07:20 AM
cybersven
    Thread: Using Hooks
Post: Using Hooks

Hi, I'm trying to use my own classes with hooks, so on a fresh install of last CI, I've enabled hooks in config file. Modified hooks.php by adding : PHP Code: -- $hook['pre_system'][] = array( ...
4,293 Views
3 Replies
01-26-2017, 12:50 AM
cybersven

Theme © iAndrew 2016 - Forum software by © MyBB