Inside AdSense
http://adsense-hungary.blogspot.hu/
http://www.uzletikepzesek.hu/adsenseblog/
Mi az a Google Adsense és hogyan tudok pénzt keresni vele? http://crazyit.blog.hu/2016/10/12/mi_az_a_google_adsense_es_hogyan_tudok_penzt_keresni_vele
http://adsense-hungary.blogspot.hu/
http://www.uzletikepzesek.hu/adsenseblog/
Mi az a Google Adsense és hogyan tudok pénzt keresni vele? http://crazyit.blog.hu/2016/10/12/mi_az_a_google_adsense_es_hogyan_tudok_penzt_keresni_vele
php app/console generate:doctrine:entity Welcome to the Doctrine2 entity generator This command helps you generate Doctrine2 entities. First, you need to give the entity name you want to generate. You must use the shortcut notation like AcmeBlogBundle:Post. The Entity shortcut name: BloggerBlogBundle:Wordpress Determine the format to use for the mapping information. Configuration format (yml, xml, php, or annotation) [annotation]: Instead of starting with a blank entity, you can add some fields now. Note that the primary key will be added automatically (named id). Available types: array, simple_array, json_array, object, boolean, integer, smallint, bigint, string, text, datetime, datetimetz, date, time, decimal, float, blob, guid. New field name (pressto stop adding fields): post_title Field type [string]: Field length [255]: New field name (press to stop adding fields): post_date Field type [string]: datetime New field name (press to stop adding fields): post_status Field type [string]: Field length [255]: New field name (press to stop adding fields): post_type Field type [string]: Field length [255]: New field name (press to stop adding fields): Do you want to generate an empty repository class [no]? yes Summary before generation You are going to generate a "BloggerBlogBundle:Wordpress" Doctrine2 entity using the "annotation" format. Do you confirm generation [yes]? yes Entity generation
FOS = Friends Of Symfony
Getting Started With FOSUserBundle
{ "require": { "friendsofsymfony/user-bundle": "~1.3" } }
A dokumentáció nagyon jó. Csak arra kell figyelni, hogy a default Acme project helyett a saját projektünk nevére cseréljük le.
source : Deak Harp
fast trick:
SET FOREIGN_KEY_CHECKS=0; TRUNCATE tablename; SET FOREIGN_KEY_CHECKS=1;
With these statements, you risk letting in rows into your tables that do not ad here to the foreign key constraints.