|
73b48fb1848e... |
/**
* Add a Dispatcher rule to rewrite actions with prefixes whenever the `admin` flag is encounter |
emkei |
2012-02-04 01:33 |
|
73b48fb1848e... |
class Games extends \lithium\data\Model
{
public $hasMany = array(
'Avatars' => array(
' |
tomen |
2012-02-03 08:23 |
|
73b48fb1848e... |
sada |
asd |
2012-02-02 11:08 |
|
73b48fb1848e... |
Groups::find('groups', array('with'=>'users'));
The query that is generated is:
SELECT * FROM `g |
p33rs |
2012-02-02 09:19 |
|
73b48fb1848e... |
My model:
<?php
namespace app\models;
class Nodes extends \lithium\data\Model {
public |
emkei |
2012-02-02 08:22 |
|
73b48fb1848e... |
/**
* Images in GridFS are mapped to img/ directory and served from the database
*/
Router::con |
marksweep |
2012-02-01 11:44 |
|
73b48fb1848e... |
Router::connect('/img/{:id:[0-9a-f]{24}}.(jpe?g|png|gif)', array(), function($request) {
$ima |
marksweep |
2012-01-31 07:44 |
|
784ee3a41450... |
//Problem starts out with I am trying to bypass validation to automatically create a Mongo Document. |
BlackMage |
2012-01-31 07:20 |
|
73b48fb1848e... |
Removing README.txt
Removing public/app/controllers/ApplyController.php
Removing public/app/contro |
adamanthil |
2012-01-31 06:58 |
|
73b48fb1848e... |
<?php
/**
* lbg_breadcrumbs plugin for Lithium: the most rad php framework.
* @author Marius Ku |
emkei |
2012-01-31 03:16 |