Carlos Rodrigues
Carlos Rodrigues
any can help for create the notificators ? is a great idea add the system of the notifications when you can set the Icon,text,etc example this http://www.codeproject.com/Articles/7853/NotifyWindow-A-different-MSN-Messenger-style-notif
### What steps will reproduce the problem? Create a collection with 500k records try to use $model = Model::find()->one(); ### What's expected? get the model ### What do you get...
Careful with this, if you no have this function inside in the while of the worker whenyou generate the signal for shutdown, this never is fired, you have to call...
tonight i will push a couple of improvements, but this is my refactor, i rewrite this completely from the beginning and i fix a couple of bugs from the old...
Good day guys, i decided create this again, with the next all of the project Resque will be working in POO, with namespaces new Standard requirements: * php 5.6.x *...
with the option debug in the class Resque_Log for some reason this project not have correctly configured the indentation (tab = 4 spaces)
tonight i will push a couple of improvements, but this is my refactor, i rewrite this completely from the beginning and i fix a couple of bugs from the old...
good day i decided to share this with the comunity, the first thing is the syntax is now the 5.6 (maybe not complete but many things) i decide to use...
hi all im trying this 'id' => Schema::TYPE_STRING . '(64) PRIMARY KEY', but in the new migration i cant make this 'id' => $this->string(64)->primaryKey(); is a bug or this not...