Skip to content
Tizards Briefcase

Category: fuelPHP

fuelphp simpleauth – group or group_id

August 10, 2013 Stuart 1 Comment

There’s an error here: /packages/auth/classes/auth/login/simpleauth.php line 257: ‘group_id’ => (int) $group, should actually be: ‘group’ => (int) $group, otherwise you…

Continue Reading →

Posted in: fuelPHP, PHP

Setting a default order_by in related models using fuelPHP

July 11, 2013 Stuart Leave a comment

Notes on the system i’m building: A user has many sets of related data, one set being a list of…

Continue Reading →

Posted in: fuelPHP, PHP

fuelphp custom configurations

June 25, 2013 Stuart Leave a comment

I recently built my client management / quote / invoice system using fuelPHP, and needed to add some defaults settings…

Continue Reading →

Posted in: fuelPHP, PHP

fuelPHP Related Models

Stuart Leave a comment

Just as a point of reference, nothing here that isn’t in the fuelPHP documentation. Using fuelPHP Related Models. All relationships…

Continue Reading →

Posted in: fuelPHP, PHP

Pagination in fuelPHP

Stuart Leave a comment

We always need pagination for displaying many records. fuelPHP makes this easy for us: [code] $countQuotes = count(Model_Quote::query()->where(‘user_id’, Auth::instance()->get(‘id’))->get()); $pagination…

Continue Reading →

Posted in: fuelPHP, PHP

Build a forgot password system in fuelPHP

Stuart 2 Comments

I built myself a forgot password system in fuelPHP, and have needed it a few times since, so I thought…

Continue Reading →

Posted in: fuelPHP, PHP

Generate PDF with fuelPHP

Stuart 1 Comment

Generating PDF with fuelPHP is very straight forward using the built in wrappers around TCPDF or DOMPDF (my preferred choice)…

Continue Reading →

Posted in: fuelPHP, PHP

Sending Email with fuelPHP

Stuart Leave a comment

Sending email with fuelPHP is really straight forward, as are most things with fuel! In this example i am sending…

Continue Reading →

Posted in: fuelPHP, PHP

Using OIL in fuelPHP

Stuart Leave a comment

Using OIL to generate Models, Controllers, Views, or even entire Scaffolding. A few notes. Quickly generate a model for albums:…

Continue Reading →

Posted in: fuelPHP, PHP

Categories

  • Apache (12)
    • Rewrite Rules (7)
  • C# (1)
  • CSS (7)
  • dev testing (2)
  • HTML (6)
  • iPhone (1)
  • Javascript (15)
    • jQuery (9)
  • Linux (50)
    • mailservers (1)
    • Postfix (3)
    • vi (6)
  • Mac OS X (5)
  • MySQL (9)
  • Perl (5)
  • PHP (23)
    • CodeIgniter (1)
    • Cubex (1)
    • fuelPHP (9)
    • PHP Storm (1)
  • Plesk (16)
  • Python (1)
  • Ruby (5)
    • Hostpay (4)
  • unassigned (1)
  • Domain Availability Checker
Copyright © 2022 Tizards Briefcase — Lyrical WordPress theme by GoDaddy