terrymatula.com
php | TerryMatula.com
http://www.terrymatula.com/tag/php
A place where I post things. Laravel routes – Generating a CSV. January 14, 2014. We’re currently building out an API at Basanty, and I was looking for a way to generate a simple Excel/CSV file. Using the ` artisan routes. Command, you can print out a nice table in the console, or even save it by appending ` routes.txt`. The problem is the Symfony table formatter doesn’t translate well to a document. How I use Bower and Grunt with my Laravel projects. December 9, 2013. On how to use Grunt. In the command...
blog.linkedbytes.com
Simple Access Control for CodeIgniter – LinkedBytes Blog
http://blog.linkedbytes.com/2013/05/14/simple-access-control-for-codeigniter
Simple Access Control for CodeIgniter. Posted on 14/05/2013 at 17:45 by rodrigo.farfan. Simple Access Control for CodeIgniter. We have to begin to accept that the model for users and roles will be the one imposed by the library and we have to configure roles. This is not a weakness nor a problem, but let’s remember that our system only have 3 roles and these are invariant long-term. Agent: he can answer any new question and he can reply previosly answered questions answered by himself, i.e., he c...Custo...
fuelphp.org
FuelPHP » About
http://www.fuelphp.org/about
The history of the FuelPHP framework project, and it's people. It is a framework for developing web applications in PHP. It was started in late 2010 by Dan Horrigan. Then shortly after the team grew to include Phil Sturgeon. And Frank de Jonge. In 2013, Steve West. Joined the team, followed by Márk Sági-Kazár. In 2014. The team has decades of PHP experience between them and have all been involved with Open-Source projects such as CodeIgniter. To name but a few. Want to make FuelPHP even more awesome?
kylenoland.com
A Comprehensive Guide to Securing CodeIgniter 2.x With Ben Edmunds Ion Auth | Kyle Noland
http://kylenoland.com/a-comprehensive-guide-to-securing-codeigniter-2-x-with-ben-edmunds-ion-auth
Dallas Website Design and Development. A Comprehensive Guide to Securing CodeIgniter 2.x With Ben Edmunds Ion Auth. November 29, 2012. I prefer to keep my CodeIgniter controllers DRY. To do so, we will borrow some code from Phil Sturgeon. So that we can create a hierarchy of controller inheritance, e.g. Secure Controller extends MY Controller, which in turn extends CI Controller. Step 1: Install Ion Auth. Install and configure Ion Auth according to the instructions. Step 2: Modify your config.php file.
blog.linkedbytes.com
rodrigo.farfan – LinkedBytes Blog
http://blog.linkedbytes.com/author/rodrigo-farfan
Visit the web site of rodrigo.farfan. Or email rodrigo.farfan. Posted on 30/06/2013 at 11:57 by rodrigo.farfan. And modified on 01/07/2013 at 10:41. Linked Spinners and Loaders in Android. No Comments on Linked Spinners and Loaders in Android. The mobile interfaces should go a step further than the web interfaces, but the former are inspired in web interfaces and, in any case, linked drop-down lists are a valid choice available to design our user interfaces. Is deprecated from level 11 API. The source co...
odesenvolvedor.andafter.org
CodeIgniter Datamapper - Selecionando objetos que não tenham determinados relacionamentos - O Desenvolvedor
http://odesenvolvedor.andafter.org/publicacoes/codeigniter-datamapper-selecionando-objetos-que-nao-tenham-determinados-relacionamentos.html
CodeIgniter Datamapper - Selecionando objetos que não tenham determinados relacionamentos. Faz tempo que trabalho com Code Igniter. E gosto muito do Datamapper. Leia mais sobre este ORM aqui. Hoje surgiu uma necessidade nova em um projeto e achei interessante o suficiente para compartilhar aqui. Em uma relação many to many. Como selecionar objetos que não tenham um relacionamento específico. Por exemplo, tenho os models product. Como selecionar produtos que não estejam na categoria canecas. E do And After.