This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Building fixtures in tests/Fixtures/bookstore OK | |
| Building fixtures in tests/Fixtures/bookstore-packaged Execution of target "insert-sql" failed for the following reason: /Users/hugo.hamon/Development/Propel2/tools/generator/build-propel.xml:191:1: You haven't provided an sqldbmap, or the one you specified doesn't exist: /Users/hugo.hamon/Development/Propel2/tests/Fixtures/bookstore-packaged/build/sql/sqldb.map | |
| [phing] /Users/hugo.hamon/Development/Propel2/tools/generator/build-propel.xml:191:1: You haven't provided an sqldbmap, or the one you specified doesn't exist: /Users/hugo.hamon/Development/Propel2/tests/Fixtures/bookstore-packaged/build/sql/sqldb.map | |
| OK | |
| Building fixtures in tests/Fixtures/namespaced OK | |
| Building fixtures in tests/Fixtures/reverse/mysql [phing] SQLSTATE[42S02]: Base table or view not found: 1051 Unknown table 'book' | |
| OK | |
| Building fixtures in tests/Fixtures/schemas [phing] SQLSTATE[42000]: Syntax error or access |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| ------ Symfony2 API --------------- | |
| interface UserInterface | |
| { | |
| // ... | |
| public function equals(UserInterface $user); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <database name="default" namespace="Sensio\Bundle\BlogBundle\Model" defaultIdMethod="native"> | |
| <table name="sl_blog_post" phpName="Post"> | |
| <column name="id" type="integer" required="true" primaryKey="true" autoIncrement="true" /> | |
| <column name="title" type="varchar" size="100" /> | |
| <column name="body" type="longvarchar" size="20" /> | |
| <column name="is_published" type="boolean" defaultValue="true" /> | |
| <column name="created_at" type="timestamp" defaultValue="now"/> | |
| </table> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| # | |
| # Even if the $bar property is private, it can be accessed publicly and modified by the modify() method | |
| # that modifies an instance of the same PHP class. | |
| # | |
| class Foo | |
| { | |
| private $bar; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace Sensio\Bundle\JobeetBundle\Entity; | |
| use Doctrine\Common\Collections\ArrayCollection; | |
| /** | |
| * The Affiliate entity class. | |
| * | |
| * @orm:Entity |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ssh-dss AAAAB3NzaC1kc3MAAACBAOqnzIFC/WAfYOg0LK/urnowNLq65PkwGVmxt01t4G6UvCGef38O2gB9xVXEwkbg9pExIS/2p7vecNja2fdEyU7DCQfu6vpzILBFeZI/9Epq6QkbT5exvsJgjazaYRCMlWs5fYMpwLdvWy9Nb9ggHCFmGm4Q+tD6oAcIScjUeh1JAAAAFQDWFXVjAyhixyjBb2MnOR3iIMAEAwAAAIBGtyYIOAr6XFkzTa99+2Y/6GqDkEFsfqlXAEGXI5CSsSxiYND0+9fT0VTiljXpGyvkO0qRtkEm1ueS5IJbYxzOq+lyAZMDaBsXr00wfmvXHPGoZrjnXKJTs4Vi+lDZv/gyG+Sz5S7sK0xYCWeYGg6/dDO1ihciUSKsqcVEaZR5QwAAAIEA5u4utgy2FyR6ljb05nYYg9E9XJ4KQXN8jYnyRlrR0Hd2oqwDzdspq2etWe/0GKTqLwrr3t8CDPbZV8vlVTTzJELQwFx8PnpRabji4xXWS+511c0eQrmjqHxNbx3rRz3CRO0bpVV2UIj0uLHtXu8NNmL2x3k48E/ky5t1TofnYAE= Hugo@hugo.dev.clever-age.net |
NewerOlder