This website requires JavaScript.
Explore
Help
Sign in
RetailCRM-Mirror
/
doctrine2
Watch
1
Star
0
Fork
You've already forked doctrine2
0
mirror of
synced
2025-04-01 12:26:11 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
Doctrine 2 Object Relational Mapper (ORM)
305
commits
5
branches
0
tags
33
MiB
PHP
100%
120d18565c
Find a file
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
zYne
120d18565c
Tests and implementation for DQL functions contains(), like() and regexp()
2006-09-15 10:04:22 +00:00
Doctrine
Tests and implementation for DQL functions contains(), like() and regexp()
2006-09-15 10:04:22 +00:00
manual
AccessorInvoker code example
2006-09-12 17:52:23 +00:00
tests
Tests and implementation for DQL functions contains(), like() and regexp()
2006-09-15 10:04:22 +00:00
Doctrine.php
when using Doctrine::compile(), having the require_once()'s in the source files will break things. This is because the file hasn't been included, but the class has been defined in the compiled file. This means you have to rely on autoload to allow compile to function (or strip out all require_once's from the code on compile, but atleast one needs to be maintained). IMPORTANT: you MUST now use autoload.
2006-09-03 22:37:54 +00:00